When you add a record to a mysql database you use:
INSERT INTO database VALUES(NULL... ...and all that.
How do you do when you want to CHANGE the info on an existing record knowing its indexed number?
You use an UPDATE statement. http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#UPDATE