I'm writing a small php-script managing a little mysql database for a governmental institute.
I'm afraid i hence cannot provide you with source directly, so please ask me anything when you need to know anything to solve the problem.
here it is:
Sometimes, when i uploaded the script, it works...
now i change something in the html, and all the sudden when i uploaded it, to verify the script, the php parser says:
Parse error: parse error in /usr/local/etc/httpd/htdocs/test/php/manage.php on line 412
but the source code is only 407 lines long?!
does anyone know a possible cause for this?
please let me know.
by the way, maybe this has something to do with it, i use this type of controlling the html:
<?
if ( strcmp ( $HTTP_GET_VARS [ "action" ], "show" ) == 0 )
{
?>
HTML GOES HERE
<?
} // end if line ...
?>
it should work ...
please help me...
thanks in advance
drm