Shows Database
Ver 1.0
Rev. 10-4-2002
Christopher Niggel 2002

SETUP_MYSQL

INSTALLATION:
	The MySQL library requires a table with the following settings:
	
	ID int Primary Key Auto_Increment,
	BAND varchar(50),
	DATE date,
	VENUE varchar(50),
	CITY varchar(30),
	TIME varchar(20),
	PRICE varchar(20),
	DETAILS text,
	VIEWABLE tinyint(1)
	
	The db_library.php file must be modified to show the correct server,
	database, user name, and password. In the distribution file, these
	are set to localhost, TESTDB, TESTUSER, PASSWORD  respectively.

	No other changes need to be made to the db_library file.
	
OTHER:
	Questions, comments, or problems can be reported to:  zzaxusl0a@hotmail.com

	The MySQL bridge is based on code from www.vtwebwizard.com

http://www.blastzone.net:8000
