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.5 | 05.18.2005
Fixed queries to return shows with no artists attached
Fixed adding of multiple shows on the same day at the same venue

Version 1.4 | 05.12.2005
Added more sorting for artists and bands
Removed code that numbered shows since it was useless after sorts
Added stylesheet file showdb.css in the new style directory
Added functionality to auto update alternate name fields for both renamed venues and artists

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
Changed more things thanks to my beta tester Aaron Liber

Version 1.1 | 02.17.2005
Changed many things to get the code working

Version 1.0 | 02.15.2005
Copied code from my own site
Removed all junk that is not needed for this project