08.06.2016, 07:57
Hello. I want to know if which type is better one?
or
It is the same? Can I use the same string to escape?
Код HTML:
mysql_real_escape_string(inputtext, inputtext); format(PlayerData[playerid][pPassword], 255, "%s", inputtext);
Код HTML:
mysql_real_escape_string(inputtext, inputtext2); format(PlayerData[playerid][pPassword], 255, "%s", inputtext2);