hi guys. i stucked with this part of my assignment. i have a table with 4 columns created in MySQL database. the user can view the table in browser and a link saying "edit data". i want to allow the user to edit (update/delete) this table. by clicking on the link the user goes to another page that has a form with two buttons; one to update data and the other one to delete data from database. I dont know how to let the user to view a particular row in this form to delete or update it. im not allowed to use checkbox to select a row to be edited.
thank you .