On Wed, 18 Feb 2004 21:35:15 -0800 "Bob Eldred" <[EMAIL PROTECTED]> wrote:
> > 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. ?? Your query wouldn't even be executed if you have a "parse error" on your script. (So, it's not even possible for MySQL to "put bad information into the database"...) Single quotes, double quotes, semi-colon ought to be checked if one has "Parse error: parse error, unexpected T_VARIABLE in blah blah blah"... ...[snip]... -- - E - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php