Page 1 of 1

Parse error, unexpected $?

Posted: Sun Jul 21, 2002 3:19 pm
by peppelorum
gets this error..
"Parse error: parse error, unexpected $ in C:\Inetpub\wwwroot\svartfolk-php\validering.php on line 71"
and on line 71 there is just the closing for the php script and for the whole page ?>
so what can be wrong?

Posted: Sun Jul 21, 2002 4:20 pm
by craginweb
Can you post the script?
It's most likely reading the $ somewhere else and displaying the error when the script closes.

Posted: Sun Jul 21, 2002 4:36 pm
by peppelorum
forgot a } in a "while", that was the problem, but thanks anyway for the effort:)