I am listing information from a mySQL DB and have edit buttons after each
record. I want to be able to update what ever record by clicking the update
button, pass to an update page with the current information displayed, and make
my changes there and return to the front page. I have the listing, the update
buttons on each record, when I click on a record to update, all I get is record
ID 0, what is my first record and I can update it and return back to the main
page. This happens on what ever record I choose. Now I have listed the record
ID and if I change it along with the other info, the info is updated correctly
on the correct ID. How do I pass the ID number for the corresponding record and
have it displayed and not editable and update the correct record.