PHP-Code:
mysql_query("INSERT INTO socken_socken
(userid, große, typ, muster, farbe, alter, zustand, material, bild) VALUES
('".$_SESSION['userid']."','$f_große','$f_typ','$f_muster','$f_farbe','$f_alter',
'$f_zustand','$f_material','".$file_name."'")
or die(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 'alter, zustand, material, bild) VALUES ('1','keine Angabe','Sne"
Ich verstehe aber nicht wieso ... alle Felder in der DB sind richtig benannt, und haben auch die korrekte länge (varchar(255) oder text) ...
Kommentar