mysql doesnt save ip to the table
#1

I did something like this after player registration:

PHP Code:
    GetPlayerIp(playeridip50);
    
mysql_format(g_SQLquerysizeof query"UPDATE `players` SET `IP` = %d WHERE `id` = %d LIMIT 1",ippInfo[playerid][ID]);
    
mysql_tquery(g_SQLquery); 
It doesn't work.
Reply


Messages In This Thread
mysql doesnt save ip to the table - by severance - 15.08.2018, 20:57
Re: mysql doesnt save ip to the table - by KinderClans - 15.08.2018, 20:58
Re: mysql doesnt save ip to the table - by severance - 15.08.2018, 21:04
Re: mysql doesnt save ip to the table - by xMoBi - 15.08.2018, 21:04
Re: mysql doesnt save ip to the table - by KinderClans - 15.08.2018, 21:07
Re: mysql doesnt save ip to the table - by severance - 15.08.2018, 21:07

Forum Jump:


Users browsing this thread: 1 Guest(s)