20.12.2018, 13:50
PHP код:
mysql_format(SQL, query, sizeof query, "UPDATE `%s` SET `%s`='%d' WHERE `%s`=%d", table, column, value, sqlID, sqlid);
That does same thing but worst, it will not gonna use the index for the sqlID so it makes it a bit slower