I have a table which lists all my employees and some data about each. I have the data displayed in the browser in a simple HTML table. I would like to have an "edit" and "delete" button next to each employee. Clicking the "edit" button would turn each field shown into a textbox whose contents can be modified, saved, then updated in the database. Clicking the "delete" button would obviously delete the row for that employee, which is easy enough to do. I REALLY need some help trying to get a simple way for the "edit" button to work... could anyone help me out?
Hi j0563 You should add a new page for edit your data from database. You can do it yourself if you have knowledge in programming.
For that you should hve a knowledge of php script. You can do this using php page fetch the data in textbox and forms and then modify it