PDA

View Full Version : Stupid f'n errors that make no sense


Threenet
01-02-2003, 03:30 AM
I haven't coded in awhile and have almost completely forgotten most of the error codes (been doing a lot of C, not PHP/MySQL), so

UNEXPECTED $ ON LINE 67

Well, line 67 contains nothing but "?>"...like I said, I haven't done much coding for about a month or so, been busy...I don't look at these forums, so if somone could email phantasmagoria@l33ad.com or IM (over MSN) the same address I'd appreciate it...

Happy New Year everybody :)

Nightfire
01-02-2003, 04:20 AM
Showing the rest of the script would help :rolleyes:

Kiwi
01-02-2003, 11:41 AM
An error like that usually means you've missed a closing bracket or quote mark or something. The error is recognised on line 67 -- meaning that the error occurs sometime before that.