UNEXPECTED $ IN /FOLDER/DOCUMENT.PHP ON LINE 10

MONDAY, JULY 28 2003 @ 01:48 PM

Quick PHP tip. If you ever get a error message line like this one, don't even bother looking for that '$'.

//1<\/div>

What you are probably missing is a closing curly braquet ('}') somewhere. I can't say that I have tested it extensively, but I did confirm this curious error with several postings I found in PHP-related lists and forums.

Archived under: PHP. | Permalink | google | del.icio.us Is it delicious? | digg Do you digg it?


JONATHAN

JANUARY 28 2006 @ 09:44 PM

Thank you. That helped me a lot! I looked on php.net, but it ignored the "$" in my search. Luckily you were on the first page of a Google search! Thanks again!