-2
I’m starting in PHP and have the following situation. I have a value, rescued from a bank, and six buttons with the following values: +100, +200, +300, +400, +500 e +600
. How do I click on one of these buttons, is done the sum of the chosen value through the buttons with the value redeemed in bank?
Example: I click the button +500
and the value redeemed at the base is 1.000
. The system sums up and saves the total.
Where exactly is your doubt? What have you tried to do?
– gmsantos