##########################################
#         PHP-MySQL Highscore v1.4                                   #
#          21:12 GMT 7/3-2004                                          #
#     CREATED BY: Marius Gundersen                                 #
##########################################

This is my php-mySQL higscore. i made it 
all by myself, but that can be seen as it 
isnt very advanced ;) Anyone may use this.

0)	Before any of the php files will 
	work you will have to change the 
	mysql_connect information. All the 
	information is now in a file called 
	config.php. Change the "localhost" 
	to the host name, the "mysql_user" 
	to your username and "mysql_password" 
	to your password. You will get this 
	information from your webmaster/server 
	owner.

1)	upload all of the files to your 
	webserver.

2)	view the create.php file, then 
	delete it. this file makes your 
	database, and that should only be 
	done once. keep a safe copy incase 
	you need it later.

3)	scores will be added with the highscore.php
	file. send variables to this with post or send.

4)	To view the highest scores, open scores.php. 



Good luck with your highscore, and if you have 
any problems, mail me at ihoss@lycos.co.uk


Ihoss