Lets just say I am keeping track of money. So I have my balance in a mysql database. My balance would be $100
I want to create a html script so when I enter say 50 and hit submit it will change the database value to 150.
I know the basics of how to connect to a mysql and insert and get data from a database, thats no problem I done that many times but instead of hitting submit and having the value change to just 50 how can I code it so it just adds on to the value so it will be 150?