ShishaLiVe
Mitglied
Hallo Leute habe hier ein kleinen Fehler, habe schon viele sachen ausprobiert aber nichts hat geholfen,
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 'e_keyes = '1865ab3866285cde62e7bf1d5c50991f' Datum = NOW()'
INSERT INTO reg_keys VALUES e_keyes = '1865ab3866285cde62e7bf1d5c50991f' Datum = NOW()
Danke für Eure Hilfe
PHP:
$sql = "INSERT INTO
reg_keys
VALUES
e_keyes = '".$key."'
Datum = NOW()";
mysql_query($sql) or die(mysql_error().'<hr />'.$sql.'<hr />');
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 'e_keyes = '1865ab3866285cde62e7bf1d5c50991f' Datum = NOW()'
INSERT INTO reg_keys VALUES e_keyes = '1865ab3866285cde62e7bf1d5c50991f' Datum = NOW()
Danke für Eure Hilfe