Which MySQL safe method is bether?
#2

pawn Код:
format(query,sizeof(query),"UPDATE players SET Password = '%s',Level = '%d',Age = '%d' (and a lot of more...) WHERE Name = '%s' LIMIT 1", PlayerValue[playerid][pKey], PlayerValue[playerid][pPlayerLevel],PlayerValue[playerid][pAge], name);

mysql_query(query);
This one
Reply


Messages In This Thread
Which MySQL safe method is bether? - by tMike - 26.06.2012, 16:20
Re: Which MySQL safe method is bether? - by Smokkr - 26.06.2012, 16:23
AW: Which MySQL safe method is bether? - by tMike - 26.06.2012, 16:28

Forum Jump:


Users browsing this thread: 2 Guest(s)