Quando invio il form esce questo errore
Errore nella query : 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 'INSER INTO successi(data_localeS,oggettoS,messaggioS,nomeS,ci ttaS,suoemailS,ip,b' at line 1
Questo è il codice
Codice PHP:$q="INSER INTO successi(data_localeS,oggettoS,messaggioS,nomeS,cittaS,suoemailS,ip,bandierina)
VALUES('$data_localeS','$oggettoS','$messaggioS','$nomeS','$cittaS','$suoemailS','$ip','$bandierina')";

Rispondi quotando