Is there a PHP code that takes a number away from a number that's entered on...

...a mysql database and submits it? Is there a PHP code that takes a number away from a number that's entered on a mysql database and submits it?

For example:

ID | other columns | Number
1 | ... | 100 (this can be changed)
 
Back
Top