04.08.2016, 19:22
That query looks like a query of someone else's topic yesterday. It's equally bad. Wrapping specifiers in a pair of single quotes is only done when that specifier is replaced by a string (%s, %e,...).
An insert query looks like this:
Read Konstantinos' reply again.
An insert query looks like this:
PHP код:
INSERT INTO table_name (column1, column2, column3) VALUES (value1, value2, value3);