Just so there is no confusion as to what is what in this directory,
I have made an easy to read list of each file's importance. Be amazed!

README.html		- this file

Database_Tree_List.txt	- the file containing my tree notes;
			  this was primarily used while loading
			  information into the database

FinalWriteup.html	- summary of work completed this semester

dbhtml.cgi		- the script which creates the search form

dbinfo.txt		- the layout of my database server

dbscript.cgi		- the script which processes the search form
			  and returns interesting results

dbupdate.pl		- a command-line utility for entering fields
			  into the database.  Not for the faint of
			  heart.  I repeat, this program has not been
			  idiot-proofed, and if you screw up the
			  database while messing around with it, it's
			  your own fault.  This was the tool that I
			  wrote and used while loading the database.

helpPage.html		- an example search field help page that will 
			  later be replaced by a set of dynamic URLs

sqlinfo.txt		- some MySQL notes that I used while working
			  on the database, my DBI code, etc.