I'm trying to modify some records by using a form in html and php, but I don't know the instruction to do it.
I use a select tag, where the options are added by reading the database. So I need to update the data of the selected record.
Anyone can help me?