i got 2 html pages with the following data
index.php (buttons: SAVE, EDIT)
update.php (buttons: UPDATE,DELETE)
Employee ID (primary key),
Employee Name (here i putting 2 buttons Edit,Save)
when i entered the empid and click the Edit button, the page has to go from index.php to update.php and at the same time it has to display the employee name w.r.t the empID
and i've written the code for update and delete buttons in update.php
my problem is i am not able to fill the textboxes in update.php w.r.t empid
and at the same time can't navigate to the update.php
please help me in this regard