Difference
#1

What's the difference?
Код HTML:
mysql_format(MySQLCon, qMYSQL[8], 290, "UPDATE `players` SET `BankMoney`=%d WHERE `ID`=%d", plInfo[playerid][pBankMoney],plInfo[playerid][pID]), mysql_tquery(MySQLCon, qMYSQL[8]);
Код HTML:
mysql_format(MySQLCon, qMYSQL[8], 290, "UPDATE `players` SET `BankMoney`=%i WHERE `ID`=%d", plInfo[playerid][pBankMoney],plInfo[playerid][pID]), mysql_tquery(MySQLCon, qMYSQL[8]);
%d / %i?

%d inserts and large numbers? Exemple: 192230192334
Reply


Messages In This Thread
Difference - by Spenker - 15.10.2016, 07:29
Re: Difference - by TheDrx - 15.10.2016, 07:48
Re: Difference - by Threshold - 15.10.2016, 08:51
Re: Difference - by Mencent - 15.10.2016, 09:21
Re: Difference - by TheDrx - 15.10.2016, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)