CSCI426 Sample Midterm
CSCI426 Sample Midterm
Good Luck
Page 1 of 3
CSCI426 Sample Midterm Exam
We want to create a simple website that helps the admin to add more flights to table flight.
The index.php page displays all the data in the flight table created in the first part .
As user clicks the link “Add Flight” , add.php page allows user to enter a new record to Flight
table as shown below.
Page 2 of 3
CSCI426 Sample Midterm Exam
Write the necessary PHP code for add.php to add a new flight to the Database. Make sure that not all
attributes are empty. Make sure that price includes numeric values
Make sure to save the below files in your Midterm exam folder:
- index.php, add.php
- the database airline.sql file using export DB
Good Luck
Page 3 of 3