Latest MySQL version problem
#1

Hello guys! As I said in the title I'm using the latest MySQL version! When I'm trying to check if player's name exists it always create another account with the same name. Here is my code:
PHP код:
new string[256];
format(string128"SELECT * FROM `accounts` WHERE Username = '%e'"PlayerName(playerid));
mysql_tquery(zMySQLstring);
if(
cache_num_rows())
{
    
//My Register Code
}
else
{
    
//My Login Code

Reply


Messages In This Thread
Latest MySQL version problem - by Kraeror - 14.01.2018, 09:20
Re: Latest MySQL version problem - by m4karow - 14.01.2018, 09:23
Re: Latest MySQL version problem - by Kraeror - 14.01.2018, 09:45
Re: Latest MySQL version problem - by Dayrion - 14.01.2018, 09:59
Re: Latest MySQL version problem - by Mikro - 14.01.2018, 18:20
Re: Latest MySQL version problem - by denNorske - 14.01.2018, 21:29
Re: Latest MySQL version problem - by Kaperstone - 14.01.2018, 21:50

Forum Jump:


Users browsing this thread: 1 Guest(s)