Ciao a tutti.
Ho installato una gallery su server altervista.
La seguente query:
$sql_query = "UPDATE $tables[albums] SET time=time,check=0";
mi da questo errore:
MySQL Error (Query type : UPDATE, File : /membri2/carlosphp/gall/admin.php, Line : 347) : 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 'check=0' at line 1
check è un campo tinyint(3) della tabella utilizzata nella query.
Come mai da questo errore????
Grazie