Hallo!
Ich hab ein kleines Problem mit einen InsertBefehl!
Fehlermeldung:
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 '100') VALUES ('0')' at line 1
Befehl:
mysql_query("INSERT INTO test (100) VALUES ('$sumoffen')")or mysql_error();
Spaltenname: 100
Kann der Spaltenname Grund für den Fehler sein?
LG
Ich hab ein kleines Problem mit einen InsertBefehl!
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 '100') VALUES ('0')' at line 1
mysql_query("INSERT INTO test (100) VALUES ('$sumoffen')")or mysql_error();
Kann der Spaltenname Grund für den Fehler sein?
LG

