MySQL hashed/escaped
#2

this is from my script. i think you dont need to escape it. as my one works fine. but wait for other people answer to get more ideas and suggestions

Taken From My Script
pawn Код:
new temppass[129];
WP_Hash(temppass, 129,inputtext);
format(Query,sizeof(Query),"INSERT INTO `users` (Username, Password) VALUES ('%s', '%s')",PlayerName(playerid),temppass);
mysql_query(Query);
Reply


Messages In This Thread
MySQL hashed/escaped - by BittleRyan - 27.03.2013, 22:36
Re: MySQL hashed/escaped - by Patrick - 27.03.2013, 22:40
Re: MySQL hashed/escaped - by Scenario - 27.03.2013, 22:46
Re: MySQL hashed/escaped - by BittleRyan - 27.03.2013, 22:54

Forum Jump:


Users browsing this thread: 1 Guest(s)