IST366: Project IV
PHP interface to University database
Create PHP scripts that do the following:
- Provides an interface to add a new course into the Course table. The course includes:
- Course ID
- Course title
- Course description
- A list of course prerequisites (may be empty). Only the courses that are already in the database
can be used as prerequisites. (Please note that thi srequires inserting data into PreReq database).
Add several real courses to the database (please use real ID, title, and description).
- Complete the PHP script that registers
student for a class. Please make sure that student had all required classes taken before registering her/him
for the class. You also have to check that the first and last names are not empty.
You can use the scripts we designed in the class and copy/paste them (use "View source" button to see the actual PHP code).
But you need to have both
regform.php and
reg.php in your own directory.
- All these script should be located in your own www directory on
ist.linux-site.net.
Due date: Monday April 22, 11:59pm