escape string
#1

Hello. I want to know if which type is better one?

Код HTML:
mysql_real_escape_string(inputtext, inputtext);
					format(PlayerData[playerid][pPassword], 255, "%s", inputtext);
or
Код HTML:
mysql_real_escape_string(inputtext, inputtext2);
					format(PlayerData[playerid][pPassword], 255, "%s", inputtext2);
It is the same? Can I use the same string to escape?
Reply


Messages In This Thread
escape string - by Nin9r - 08.06.2016, 07:57
Re: escape string - by itsCody - 08.06.2016, 08:31
Re: escape string - by Nin9r - 08.06.2016, 10:20

Forum Jump:


Users browsing this thread: 1 Guest(s)