Thread: Kritter Kingdom
View Single Post
  #19  
Old 03-14-2010, 04:41 PM
Missy Master's Avatar
Missy Master Missy Master is offline
Pet-Sim.Online
 
Join Date: Jan 2010
Posts: 475
Gender: Unknown/Other
Credits: 55,589
Missy Master is an unknown quantity at this point
Default RE: Kritter Kingdom

Just had to change givemoney.php2 to givemoney2.php in the givemoney.php code and it was good to go for the form -- -

changed "cash" to "money" for the second file-- but it isn't taking from the logged in user, and giving to the intended user.

Hmm ... not sure what is the matter .... ?

So close! :D

Now it is giving me an error, right about:

$cashs = $cash - $gm;
$cashs2 = $cash2 + $cash;
if($gm !> $cash){
$query = "UPDATE ".$prefix."users SET cash='".$cashs."' WHERE username='".$loggedinname."'";

mysql_query($query);
$query = "UPDATE ".$prefix."users SET cash='".$cashs2."' WHERE username='".$user."'";
Reply With Quote