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
#2

easier to use %e in mysql_format, but it depends on which version you're on.
Reply
#3

Ok, those models are the same thing?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)