PHP/Mysql Based Trivia Game

<<Back

Please Note- You must have PHP4.0.6 or newer AND MySQL 3.23 or newer installed and running on your web server in order for these files to work.

To get the files for this application click on this link:

trivia.tar.gz

and download this file to where your HTML files reside on your UNIX or LINUX web server. If you are downloading this file to a PC or Mac and then intend to upload it to a UNIX machine, be sure to save the file as trivia.tar.gz, then ftp it as a binary file called trivia.tar.gz. Once the file is in place use the gzip utility to expand the files by typing:

gunzip trivia.tar.gz

If you don't have this freeware compression utility you can get it at:

ftp://ftp.netscape.com/pub/unsupported/gnu/

Once the file is unzipped it will be in this format:

trivia.tar

To untar this file type the following:

tar -xvf trivia.tar

The result should be the trivia directory, which contains the necessary files to run this application. Be sure to chmod these files to 755  and chmod the trivia directory itself to 755.  Please refer to the README file for information on how to configure these files to make them work properly.

<<Back  | mikecalabrese.com