Thread: My code Problem
View Single Post
  #9  
Old 21st October 2008, 10:08
al_ltoticmat al_ltoticmat is offline
Senior Member
 
Join Date: Oct 2008
Posts: 44
Default
I see the errors.
Thank you

It should be
Code:
if ($money > $CURUSER["seedbonus"])
but
Code:
			else
			{
				$receiver["seedbonus"] + $money;
				$CURUSER['seedbonus'] - $money;
			}
Users that I give didn't receive my money and I didn't lost my money.
Reply With Quote