IST366: Project V
PHP interface to University database
Create PHP scripts that do the following:
- Provides an interface that allows a professor to insert grades for the section he/she taught
this semester. You can assume that you are given the professor's ID. You need to do these steps
- Create a script that shows all classes the given professor taught this semester and allows to
choose any of them
- For the chosen class you need to print the list of all students who took this class during
the semester. For each student you need to print stuudent ID, last name, first name, and a text box
for the grade. If the student already has a grade you need to print the grade in the text box.
- Once the professor entered grades or changed previously entered and clicked on submit button
your script should make the corresponding changes in the table and print a confirmation
- I think it's convenient to split this project into three different scripts. All these
scripts should be located in your own www directory on
ist.linux-site.net.
Due date: Monday April 29, 11:59pm