Jump to content

[SOLVED] Lost .. take from one give to another


ViciousC

Recommended Posts

Kinda got this I know its wrong by far:

 

$newamount = $userrow["case"] + $userrow["i14"];

$newamount2 = $userrow["i14"]-0;

 

$updatequery = doquery("UPDATE {{table}} SET case='$newamount', i14='$newamount2' WHERE id='".$userrow["id"]."' LIMIT 1", "users");

Wrote it wrong sorry

 

$newamount = $userrow["case"] + $userrow["i14"];

$newamount2 = $userrow["i14"] - $newamount;

 

$updatequery = doquery("UPDATE {{table}} SET case='$newamount', i14='$newamount2' WHERE id='".$userrow["id"]."' LIMIT 1", "users");

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.