hi all i am making a game and have had this help off this game creater vai e-mail and he has check it and said it is fine just 1 prob he said this is wot i need to do now and im baffled helps
do i put all my 2 files into the headers and fotters? Help here is wot he said
1) Run the sql commands in mysql. You can use something like phpMyAdmin or if you are a double hard b******* like me log in at the command line and do "\. db.bak" ...or is it "/. db.bak" I can never remember (try both!). You should end up with a load of tables starting with pdm_ in your database.
2) Edit common.inc and replace pdm_pdm on line 3 with the name of your database. Now on line 27 replace "localhost" with the DNS name/IP of your mysql server (or leave it as localhost if it is on the same machine as the webserver) replace "pdm_pdm" with your database username and "BG77ygir" with your database password. The game should now run!
3)All the automatic stuff is in the cronStuff directory, you can run the php files as normal web pages and they will do whatever they do (reset health, update charts etc.) but I used to run them as cron jobs from the command line using "php -f FILENAE". The paths in these files will need changing to the relevant path on your machine (just go through each file and search for "include" statements and you'll see what I mean).

Help!!!!!!!!