MySQL Insert syntax error - Cant find it!

Morbius

New Member
There's gotta be something small I keep missing here, but I can't find it for the life of me.\[code\]$insert = mysql_query("INSERT INTO USERS (`FBID`, `FIRST_NAME`, `LAST_NAME`, `GENDER`) VALUES ('$fbid', '$firstName', '$lastName', '$gender')");\[/code\]The error is: \[quote\] Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1' at line 1\[/quote\]Any ideas?
 
Back
Top