Question: Given a university database that has two basic tables students and departments as shown in the following diagram, and also given the following HTML form

Given a university" database that has two basic tables students and departments as shown in the following diagram, and also given the following HTML form id="id" university: students ID: Name: id = "name" Oname: text Email: id="mail Bild: int(11) Department: id=dept email: text GPA: #deptid: int(11) id=gpa Add Student #gpa: double Write a PHP script to do the following: a) connect to the database. b) insert the data of a new student through the given HTML form. c) display all students in CS department with GPA > 3.1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
