change password?
#2

Use the same method of escaping the password and stuff but instead use UPDATE instead of INSERT INTO. I highly recommend you to switch to threaded queries though.

pawn Код:
UPDATE playerdata SET playerPass = '%s' WHERE (What do you use to identifiy a player) = string/integer
Reply


Messages In This Thread
change password? - by PowerF - 17.08.2015, 08:19
Re: change password? - by DaniceMcHarley - 17.08.2015, 09:13
Re: change password? - by PowerF - 17.08.2015, 09:27
Re: change password? - by PowerF - 18.08.2015, 07:04
Re: change password? - by justice96 - 18.08.2015, 07:21
Re: change password? - by PowerF - 18.08.2015, 07:31
Re: change password? - by DaniceMcHarley - 18.08.2015, 07:33
Re: change password? - by MarvinPWN - 18.08.2015, 08:52

Forum Jump:


Users browsing this thread: 1 Guest(s)