I'm writing a html form that I will use to update a particular table in my database.
My question is can I run a query on the table and populate the fields that have results back into their respective form fields?
I've done a few searches in a bid to find out more on the subject but all I seem to find is information on how to display results back in a table.
I want to be able to make changes and updates, as well as easily see which fields still need data in them.
Is this possible?