![]() |
#16
|
||||
|
||||
![]()
I'll try that, and thank you so much for working on this for me, I really appreciate it very much! :D :D
I am sure it's really close, likely just one thing is messing it up :) I'll keep you posted, and yeah, from what I can tell, it really ought to be working, so I'll go over it with a fine tooth comb hehehe -- just baffled why it isn't working, possibly the form isn't inputting what we need it to?[hr] Okay update, lol. Using that code above: Code:
$query = "UPDATE ".$prefix."users SET money='".$cashs."' WHERE username='".$loggedinname."'"; mysql_query($query); $query = "UPDATE ".$prefix."users SET money='".$cashs2."' WHERE username='".$user."'"; It took all the money out of the sending user ( loggedinname ) and put it to 0---and did not add any to the receiver -- but at least it's doing something ! This is possibly a clue?? |
|
|
What's New? |
What's Hot? |
What's Popular? |