----- Original Message ----- From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Rolf van de Krol" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 9:06 AM Subject: RE: [PHP] Parse Error > > The error is: > Parse error: parse error, unexpected T_VARIABLE in > /www/htdocs/rolfvand/thinkquest/browsercheck.php on line 46 > [/snip] > > All of your values are not enclosed with single quotes - the first four > are, last four aren't
That's almost definitely not the issue. Worst case scenario with the non-existent quotes is that MySQL will put bad information into the database if it's expecting numbers there and gets a string, or the query will fail if it's a string with whitespace. It ought to parse just fine. Personally, I bet there's something not too far above the posted lines that's bad. Although the soon-to-follow query will look odd. "$result=mysql_query($mysql_query);" Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php