Michi: Mysql: was stimmt an dieser zeile nicht???

Beitrag lesen

Hallo

Ich möchte mittels PHP ein paar Daten in eine MySQL Datenbank übermitteln.
100 mal gemacht 99 mal kein Problem.
Aber nun hängt es an dieser Zeile:
mysql_query("INSERT INTO auswahl (datum, meul, meulx, templ, templx, quada, quadax, quadsa, quadsax, thre, threx, raifglo, raifglox, raifpen, raifpenx, bnp, bnpx, ) VALUES ('$datum', '$mel', '$mel1', '$templ', '$templ1', '$qa', '$qa1', '$qsa', '$qsa1', '$thre', '$thre1', '$raifglo', '$raifglo1', '$raifpen', '$raifpen1', '$bnp', '$bnp1')") or die ("Keine Chance");
// Ausgabe ist ratet mal: Keine Chance!!!

Ich kann absolut keinen Fehler erkennen!?
Ich hoffe ihr schon....

Michi

PS: Es werden Errors (weder PHP noch Myql) angezeigt.