04.08.2016, 23:14
(
Last edited by Stinged; 05/08/2016 at 01:44 PM.
)
That's not the correct INSERT syntax.
It's supposed to be:
It's supposed to be:
PHP Code:
INSERT INTO `table_name` (`Field_1`, `Field_2`, `Field_3`) VALUES (Value_1, Value_2, Value_3)