27.03.2013, 22:40
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
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);