$sqlaggiorna = "UPDATE NEW_PODERI SET DATA_OPEN = '$DATA_OGGI', SET LAVORATO = 0,NOME_LAV='A' WHERE PROP_CAMPO = '$NOME_PROP'";
$aggiornamento=mysql_query($sqlaggiorna, $connessione) or die(mysql_error());
sto usando questa query che mi ha sempre funzionato , ora ho messo il sito su altervista e non funziona piu cosa c'è che non va? sono giorni che ci sbatto la capa![]()
Questo è il messaggio errore che mi da
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 'SET LAVORATO = 0,NOME_LAV='A' WHERE PROP_CAMPO = 'Ellis'' at line 1
Grazie in anticipo![]()