ciao,
ho un form in cui vengono inseriti dei dati e inviati al DB mysql.
La cosa strana, che non capisco, è che con chrome e FF l'inserimento viene eseguito correttamente, mentre se uso IE7 mi da errore sql
"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 ')' at line 1"....![]()
Perchè???
questa è la riga in cui mi da l'errore:
foreach($comuni as $com) {
dbQuery("INSERT INTO tbl_servizi_comuni (id_servizio,id_comune) VALUES ($last_id,$com)"