I have a PHP form that inserts the data into a MySQL database, but what I would like to do with it is to be able to update the database information through the form itself as needed. I would just like to be able to update the form fields as needed through the form.
Here is what I have for the...