Question: Given a university database that has one table students as shown in the following diagram, also given the following HTML form Write a PHP script

Given a "university" database that has one table "students" as shown in the following diagram, also
given the following HTML form
Write a PHP script to do the following when the client clicks on this button:
a) Connect to the database.
b) Validate the input of gpa (should be a positive number and less than 4).
c) Insert the entered data into the "students" table.
d) Display all students with gpa >3.1 in CS department (whose deptId =10).
 Given a "university" database that has one table "students" as shown

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!