Hallo, ich schreibe gerade an einem Newsletterscript mit Aktivierungslink... und habe folgende Query:
Doch MySQL meldet:
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 'key) VALUES ('email@name.de', 'no', '89544662')' at line 1
Die Syntax müsste doch stimmen, oder...?
Bitte helfen, ich habe keine Ahnung, wo das Problem liegen kann...
Gruß
icecream
PHP-Code:
mysql_query("INSERT INTO newsletter (email, abo, key) VALUES ('$email', 'no', '$keyEnter')")
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 'key) VALUES ('email@name.de', 'no', '89544662')' at line 1
Die Syntax müsste doch stimmen, oder...?
Bitte helfen, ich habe keine Ahnung, wo das Problem liegen kann...
Gruß
icecream
Kommentar