Question: Add a new link after the one above called Delete Employee on the main page that will open an html form to prompt the user
Add a new link after the one above called Delete Employee on the main page that will open an html form to prompt the user for information needed that will allow them to delete a user from the employees table. The delete should be done using the Primary Key of the user. Once the user enters this key, output all other field values in the employees table for that user and ask them to verify it is the correct user (correct user? Yes or No), then check response and either delete the user or don't, based on their response. make a SQL select query before and after the delete to verify it worked (last query should show no results). Give the user confirmation that it worked. Add the appropriate files to the includes folder for this part of the project (DeleteEmployee.html and DeleteEmployee.php).
Step by Step Solution
3.48 Rating (155 Votes )
There are 3 Steps involved in it
Add a new link after the one above called Delete Employee on the main page that will open an html fo... View full answer
Get step-by-step solutions from verified subject matter experts
