2. Design a web page (forms) "YourName.html" (example: Sara.html) that enables the user to do the following: (25 points)
Posted: Sat Nov 27, 2021 2:30 pm
2. Design a web page (forms) "YourName.html" (example: Sara.html) that enables the user to do the following: (25 points) a. Insert new row into the table Employees given values of the 4 columns. b. Delete existing row from table Employees based on Emp_id. c. Update Salary of existing employee given the Emp_id and new Salary. d. Select all employess' data from table Employees, and display them in organized table. 3. Design php files to perform the previous tasks (a,b,c,d). Files' names: YourName_Insert.php. YourName_Delete.php, Your Name_Update.php, YourName_Select.php. Your Name is student first name. (25 points)