05.08.2016, 13:44
Quote:
I do not understand these tutorials though the syntax is good I do not understand
|
What you're doing (Short version):
Code:
INSERT INTO `compte` (`ID` = %d, `Enregistrer` = %d) VALUES (%d, %d)
Code:
INSERT INTO `compte` (`ID`, `Enregistrer`) VALUES (%d, %d)