Question: Need help with this PHP assignment In this assignment, you will add the Delete User functionality to the work we have produced in class. Step
Need help with this PHP assignment
In this assignment, you will add the Delete User functionality to the work we have produced in class.
Step 1: Add Delete Link for each row in View User page
Your View User webpage should look similar to the image below (your page will show the users you added). Notice the addition of the Delete link at the end of each row.

Step 2:
When a user clicks on a Delete link, the deleteUser.php script should be called. It should be passed the id of the current user as a hidden field
Step 3:
The deleteUser.php script should display the first and last name of the user whose id was passed to the deleteUser script. It should ask if the user is sure they want to continue. For example, if the user clicked on the delete button for row 1 above, they should see:

Step 4:
When the user clicks the delete button. The user should be deleted from the database and the page should look like the following:

When the user clicks on View User again, the user will be gone.

Grading Rubric
| Requirements | Possible Points |
| Delete added to View User rows of data | 20 |
| User name displayed with Are you sure message | 40 |
| User delete from database | 40 |
Home Page Register View Users Change Pass Registered Users There are currently 6 registered users. Name Date Registered deb sue mickey mouse deb Joe cracker hughes 2014-03-16 06:58:38 2014-03-16 06:59:45 2014-04-28 14:21:39 2014-04-28 15:13:43 2014-04-28 15:33:17 2017-10-15 16:15:05 Edit Delete Edit Delete Edit Delete Edit Delete Edit Delete Edit Delete fagan mccue hughes hughes Home Page Register View Users Change Pass Registered Users There are currently 6 registered users. Name Date Registered deb sue mickey mouse deb Joe cracker hughes 2014-03-16 06:58:38 2014-03-16 06:59:45 2014-04-28 14:21:39 2014-04-28 15:13:43 2014-04-28 15:33:17 2017-10-15 16:15:05 Edit Delete Edit Delete Edit Delete Edit Delete Edit Delete Edit Delete fagan mccue hughes hughes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
