I am new to PHP could anyone please point me in the right direction to : alter numeric values in a Mysql data base via a form in a web page example: existing val = 20 add 4 update databse to hold new val of 24 BUT is there a way to store this and all future similar entries in a file on the data base, so that one can keep track of the total individual entries made and retrieve this info when required?
Thanks.