Ciao a tutti,
mi ritrovo un problema sulla seguente query:
INSERT INTO tbltest (giorno,mese,anno,idtest2) VALUES ('$giorno', '$mese', $'anno', $id);
l'mysql_error() è "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 'tbltest (giorno, mese, anno, , idtest2) VALUES ('25', '2', '2008', 1)' at line 1"
non riesco a trovare una soluzione.
inoltre ho una query simile che funziona.
Grazie e ciao