Hi,
ich habe ein Problem mit einem MySQL Befehl. Und zwar mit folgendem:
"
$eintrag = "INSERT INTO msg (name, text, datum) VALUES ('$_POST[name]', '$_POST[text]', $added)";
Was ist daran nicht korrekt? Die Fehlermeldung lautet
"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 1"
Danke!
ich habe ein Problem mit einem MySQL Befehl. Und zwar mit folgendem:
"
$eintrag = "INSERT INTO msg (name, text, datum) VALUES ('$_POST[name]', '$_POST[text]', $added)";
Was ist daran nicht korrekt? Die Fehlermeldung lautet
"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 1"
Danke!
Kommentar