Hallo Forum,
ich bekomme zu folgender Anfrage...
...diese 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 'alter,typ,stil,skil) VALUES('4','11310','Michaela','Mustermann'
Danke schonmal im voraus für eure Hilfe
ich bekomme zu folgender Anfrage...
PHP-Code:
<?php
$check = mysql_query("INSERT INTO kunden_material (u_id,refnr,vn,nn,schuh,groesse,gewicht,alter,typ,stil,skil) VALUES('$id','$refnr','$vn','$nn','$schuh','$groesse','$gewicht','$alter','$typ','$stil','$skil') LIMIT 1")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,typ,stil,skil) VALUES('4','11310','Michaela','Mustermann'
Danke schonmal im voraus für eure Hilfe
Kommentar