Vinzenz Mai: Syntaxfehler?!

Beitrag lesen

Hallo,

mysql_query("INSERT INTO download ('desc', 'pfad1', 'type') VALUES ('".$desc."', '".$pfad1."', '".$type."')") or die("Der Download konnte nicht in die Tabelle eingetragen werden.<br>".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 ''desc', 'pfad1', 'type') VALUES ('möp', 'daten/download/test.datei', 'file')' at line 1

simpel. Einfache Anführungszeichen sind *kein* zulässiges Begrenzerzeichen für Spaltennamen.

Tipps:

Freundliche Grüße

Vinzenz