codice:
$query = "UPDATE cronologia SET valid = '1', exit = '$data', commenti = '$commenti' WHERE ID = '$id'";
cos'ha questa query che non va ?
errore restituito:
codice:
UPDATE cronologia SET valid = '1', exit = '20092007202001', commenti = 'Uscita tramite LogOUT utente' WHERE ID = '1' 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 'exit = 'Giovedî 20/09/2007 20:20:01', commenti = 'Uscita tramite LogOUT ut' at line 1
Grazie