Data Add Assignment

David Espinoza

This is an explination of each of the parts for the Data Add assignment

six.htm
Form used to input students to the database. From the Form Assignment.
db.cgi
Script that displays the entire classmates table. From the Data Sort Assignment.
dataadd.cgi
Script used to add the student to the database. Also displays the updated table.
delete.cgi
Script that displays a table with the student names, and a drop down menu to select which student to delete.
delete2.cgi
Script that deletes the selected student from the database.
update.cgi
Script that displays a table with the student names, and a drop down menu to select which student to update.
update2.cgi
Script that displays the contents of the selected student so that they may be updated.
update3.cgi
Script that updates the selected student on the database using the data submitted on update2.cgi.
subs.lib
Library of subroutines used in the scripts (I created a few).
dataadd.htm
This page, which explains each of the parts for the assignment.