10.11.2016, 18:12
Hey guys. I have problem with MySQL it won't update table
It is compiling nicely. Command is working but it won't set anything in table.. Any ideas?
PHP код:
new query[72];
mysql_format(g_SQL, query, sizeof(query), "UPDATE `players` SET `OrgJoined` = %d `OrgLeader` = %d `OrgRank` = 6", org, org);
mysql_tquery(g_SQL, query);