Error 1064 (1 reply)
(MySQL.com) I get an incorrect syntax error message when trying to add user accounts into a MySQL db (using PHP). This is my query:
mysql_query("INSERT INTO members (username, password, first_name, last_name, group)
VALUES ('$username', '$pass', '$first',