I have problemy with my mysql…
Can you help me?
ERROR SS:
MYSQL USERS STRUCTURE:
There’s a big error with that query… the INSERT follow this structure:
INSERT INTO `table` (`field1`, `field2`, `field3`) VALUES ( ?, ?, ? );
and UPDATE follow this structure:
UPDATE `table` SET `field1` = ?, `field2` = ?, `field3` = ? WHERE `field4` = ?;
main.lua (25.3 KB)
Where?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.