Qualcuno vede qualche errore?
codice:
INSERT INTO progetti (nome_progetto, background, showcase, branding, data_progetto) VALUE('dfdf', 'sdsd', '1', '1', '2008-11-15')
-------------------
La struttura della tab è la seguente
id int(10) auto_increment
showcase int(11)
branding int(11)
nome_progetto varchar(255)
background varchar(45)
data_progetto date No 0000-00-00
visibile int(11)
archivio int(11)
-------------------
You have an error in your SQL syntax near 'VALUE('dfdf', 'sdsd', '1', '1', '2008-11-15')' at line 1