"Leo G. Divinagracia III" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> so i write this script.  all syntax errors are taken care of.  but now i
> get a PARSE ERROR wit the  line number given as one more than the total
> number of lines.
>
> for example, there's a total of 100 lines in the script. and the error
> message is PARSE ERROR: 101 line.
>
> i check to make sure there are no "phantom" lines after the last one.
> nothing.
>
> anyone else run into this before?

The interpreter is surprised that the file
has ended, it still expects something -
maybe you left out a closing bracket somewhere.



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to