I can't figure out what the syntax error for this statement is:
UPDATE users_info SET email = 'email@aol.com',
group = 'abc',
cong = 'abc',
msn = 'testing',
yim = '',
aim = '',
address = 'My Address',
icq = '',
phone = '555-555-5555',
zip = '55555',
show_email = '1',
show_profile = '1',
WHERE id = '1'
I enter the statement directly into phpMyAdmin and I receive the error:
MySQL said:
#1064 - 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 'WHERE id ='1'' at line 13