Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Add a new link after the one above called Delete Employee on the main page that will open an html fo...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started