I have a form that updates an inventory data base, I would like to display the original values in the text fields of the form and the send any changed vaulues to the data base?
Is this possible? I am using php and mysql.
just display all the values in the form, then update all the fields. The ones that haven't been changed will stay the same. The ones that were changed will be updated in the database.
Cgraz