16.01.2019, 12:58
Not quite sure if I did it right, I am quite new in terms of mySQL so please excuse me.
Did I do it right?
I have placed it under INSERT INTO and it seems to be working fine, but performance-wise (for the server), is it good?
Did I do it right?
PHP код:
mysql_format(mysql, query, sizeof(query), "SELECT `REGISTRATION` FROM `accounts` WHERE `NAME` = '%e' LIMIT 1", PlayerInfo[playerid][p_Name]);
mysql_tquery(mysql, query, "RegistrationCache", "d", playerid);