Salve a tutti, è un po che non uso mySql e php, e da un paio di giorni ho uno script che mi da questo errore :
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
Ora mi chiedo, anzi vi chiedo essendo questa la query che genera l'errore
$querybacleggi = "INSERT INTO bachecaforum (nome,titolo, testo, datamessaggio, timemex, timescrittura, luogo, thread) values ('$nome','$titolo','$testo','$data','$ora','$times crittura', '$luogo','$thread')";
$messaggioleegge=mysql_query($querybacleggi) or die(mysql_error());
Cosa c'è che non va,
grazie in anticipo.