|
hello everyone, i want to + and - numbers from the money feild,
so if i click the add $10 and say i have $3 it will == $13
and if i have $200 and click add $10 it will == $210
so with that code
(mysql_query("UPDATE tablename SET field = '$money' WHERE id = '$user_id'"); )
i can only make it set to ten.
|