I'm trying to make a bank and i dunno how to make it add and subtract what the person types in...
this is a piece on the code...
<tr><td>User Name:<input type=text name=username></td></tr>
<tr><td>Amount:<input type=text name=amount></td></tr>
<tr><td colspan=3><input type="submit" name="post" value="Transfer"></td></tr>
can someone write me the part where it transfers the amount to the user.
here are the database fields you'll need...
'user'
'bank'
'aura'
all in the 'users' table.
'user' = the user to send the aura too
'bank'= how much aura you have in your bank
'aura' = how much aura that you have "walleted"