phpbar.de logo

Mailinglisten-Archive

Probleme mit INSERT INTO (bestimmt leicht)

Probleme mit INSERT INTO (bestimmt leicht)

Till Schrader mysql-de_(at)_lists.bttr.org
Mon, 4 Feb 2002 14:07:42 +0100


Hallo,

bin recht neu in MySQL und habe folgendes Problem.

Ich möchte in eine Tabelle viele verschiedene Daten aus einem Formular
speichern,
der Code sieht so aus (die mysql_query):

INSERT INTO kunden
(vorname,name,strasse,plz,stadt,land,telefon,fax,funk,email,url,prozente,geb
urt,zahlungsweise) VALUES (Till,Schrader,Feldahornstr.
4,16567,Schönfließ,Deutschland,033056 77736,033056 95054,0170 464 0
816,info_(at)_tillsoft.com,http://www.tillsoft.com,10,1983-01-04,EC)

Ich erhalte immer die folgende Fehlermeldung:

Fehler: You have an error in your SQL syntax near
'4,16567,Schönfließ,Deutschland,033056 77736,033056 95054,0170 464 0
816,info_(at)_til' at line 1


Woran kann das liegen, die Tabelle sieht so aus:
  Feld  Typ Attribute Null Standard Extra Aktion
   kunden_id  mediumint(6)  UNSIGNED ZEROFILL    auto_increment
   vorname  tinytext
   name  tinytext
   plz  mediumint(5)
   stadt  tinytext
   land  tinytext
   telefon  text
   fax  text
   funk  text
   email  text
   url  text
   prozente  tinyint(2)
   geburt  date
   zahlungsweise  text


Gruß,

Till Schrader
www.tillsoft.com

---
Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter
-->>  http://www.4t2.com/mysql 



php::bar PHP Wiki   -   Listenarchive