When this code is run:
mysql_query("UPDATE " . $prefix . "members SET realname = '$realname', displayname = '$displayname', pw = '$pwform', icon_url = '$icon_url', email = '$email', aim_id = '$aim_id', msn_id = '$msn_id', yahoo_id = '$yahoo_id', icq_id = '$icq_id', homepage = '$homepage', homepage_link = '$homepage_link, birthdate = '$birthdate', location = '$location', timediff = '$timediff', signature = '$signature' WHERE memberid='$memberid'", $connection) OR DIE("Gravity Board X was unable to update your profile: " . mysql_error());
I get the error: Gravity Board X was unable to update your profile: You have an error in your SQL syntax near '1'' at line 1
I can't figure out what's wrong. Any help is appreciated. 😃