[MySQL] Saving User Problem
#7

Try with:

PHP код:
UPDATE `UsersSET `Logged` = 0, `Level` = %d, `Kills` = %d, `Deaths` = %d, `Money` = %d, `Score` = %d, `Jailed` = %d, `LastIP` = '%s', `Status` = %d WHERE `Username` = '%s' LIMIT 1
' ' should be used for strings only, `` for table and row names (Optional AFAIK), and for numerical values there is no need of adding anything
Reply


Messages In This Thread
[MySQL] Saving User Problem [Reputation+] - by [MG]Dimi - 04.01.2012, 15:07
Re: [MySQL] Saving User Problem - by [HiC]TheKiller - 04.01.2012, 23:36
Re: [MySQL] Saving User Problem - by [MG]Dimi - 05.01.2012, 06:28
Re: [MySQL] Saving User Problem - by XFlawless - 05.01.2012, 07:24
Re: [MySQL] Saving User Problem - by Johnson_boy - 05.01.2012, 07:35
Re: [MySQL] Saving User Problem - by [MG]Dimi - 05.01.2012, 15:37
Respuesta: Re: [MySQL] Saving User Problem - by OPremium - 05.01.2012, 16:49
Re: [MySQL] Saving User Problem - by [MG]Dimi - 05.01.2012, 17:01
Re: [MySQL] Saving User Problem - by BrandyPenguin - 05.01.2012, 17:17
Re: [MySQL] Saving User Problem - by [MG]Dimi - 05.01.2012, 17:27

Forum Jump:


Users browsing this thread: 1 Guest(s)