Page 1 of 1

unexpected $end in PHP script

PostPosted: 15. September 2004 02:08
by wastvedt
HI!
I have a script that displayes a form, and then handles itself. When I opened it for the first time on my local server, it gave me this error:
Parse error: parse error, unexpected $end
The line number is the last line in the script (</html>), but I can't figure out what's wrong. Any ideas would be great!

Thanks, wastvedt :D

PostPosted: 15. September 2004 10:04
by Wiedmann
A missing "}" somewhere in your code.