- 2 Design A Web Page Forms Yourname Html Example Sara Html That Enables The User To Do The Following 25 Points 1 (27.9 KiB) Viewed 15043 times
2. Design a web page (forms) "YourName.html" (example: Sara.html) that enables the user to do the following: (25 points)
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
2. Design a web page (forms) "YourName.html" (example: Sara.html) that enables the user to do the following: (25 points)
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)