Hallo, und zwar hab ich folgendes Problem. Ich hab ein Formular erstellt, dessen Daten in eine Tabelle eingetragen werden sollen.
Mein Code für den Insert ist:
Jedoch erhalte ich beim Testen folgenden Fehler:
Ich hoffe mir kann da jemand helfen.
Mein Code für den Insert ist:
PHP-Code:
$db->query("INSERT INTO bb1_anmelden
(Username,Geld,Wieviel,Wunsch,Datum)
VALUES
('$_POST[username]',
'$_POST[geld]',
'$_POST[wieviel]',
'$_POST[wunsch]',
NOW()");
SQL-DATABASE ERROR
Database error in WoltLab Burning Board: Invalid SQL: INSERT INTO bb1_anmelden (Username,Geld,Wieviel,Wunsch,Datum) VALUES ('lol', 'ja', 'xD', 'Nein ich hab keine Wünsche', NOW()
mysql error: 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 '' at line 8
mysql error number: 1064
Date: 06.10.2007 @ 21:44
Script: /mail2.php
Referer: http://knuffel2007.kn.ohost.de/mail.php
Database error in WoltLab Burning Board: Invalid SQL: INSERT INTO bb1_anmelden (Username,Geld,Wieviel,Wunsch,Datum) VALUES ('lol', 'ja', 'xD', 'Nein ich hab keine Wünsche', NOW()
mysql error: 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 '' at line 8
mysql error number: 1064
Date: 06.10.2007 @ 21:44
Script: /mail2.php
Referer: http://knuffel2007.kn.ohost.de/mail.php
Kommentar