Forum Moderators: coopster

Message Too Old, No Replies

Parse Error on non-PHP line

         

webfoo

11:15 pm on Jan 7, 2010 (gmt 0)

10+ Year Member



PHP is now giving me a parse error as follows.

Parse error: parse error in C:\wamp\www\qm10\equip\check_out_form.php on line 89

Line 89, the last line of the document, is not written in php. It happens to read: </html>

Why would it do this?

TheMadScientist

11:15 pm on Jan 7, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You missed a closing brace } somewhere, most likely, in my experience, on an if or else...

webfoo

2:19 am on Jan 8, 2010 (gmt 0)

10+ Year Member



Aha! Turned out to be a missing brace on a while loop. Thanks!