Created by Ed Paff Jr. | www.edpaffjr.com

Warning: I hold no responsibility for any damage caused by the code or use of the code.

Installation Instructions:
- Unzip the contents of zip file using the folder names provided.
- In showdbsettings.php change the $db_ parameters to match the settings of your database.
- Run the setup.php file located in the siteadmin directory in your web browser:
  http://www.yourdomain.com/showdb/siteadmin/setup.php
- Be sure to somehow password protect the siteadmin directory so that only you have access.
- Go to the siteadmin directory on your webserver and login:
  http://www.yourdomain.com/showdb/siteadmin
- Begin entering artists and venues.
  Note: You cannot enter a show until both the artist(s) and venue are entered.

Upgrading Instructions:
- Unzip and overwrite all files except showdbsettings.php

Change History:

Version 1.3 | 05.09.2005
Fixed code so register_globals no longer needs to be On.  By default, this directive is turned off in PHP 4.2.0
Added showdbsettings.php so changes to showdbheader.php no longer overwrite user defined settings
Added basic sorting to the column headers for most pages

Version 1.2 | 02.18.2005
More changes made thanks to my beta tester Aaron Liber

Version 1.1 | 02.17.2005
Many changes made to get the code working completely

Version 1.0 | 02.15.2005
Code taken from my own site
It was cleaned of all junk that is not needed for this project