Thank you for downloading the PHPCentral Rating Script program!!
In this program, you will be able to have users vote (1-10), via a simple form, and
then output the results in a table.  Here are the simples steps to installing this
program:

1) First open up the config.php using a text-editor.  Then you need to edit the
variables according to your database.  If you don't know all of those 4 pieces of
information, you need to contact your hosting provider for them.

2) Then upload all the files to a directory, e.g. "rating".

3) Run "install.php", and install the table.

4) Access the admin page to add a new rating box.

5) Run the test.php to view what the rating script looks like.

6) You can add/edit/remove the ratings in the database.

My rating system is a "function" called "rating_box()".  You can either pick the
rating box by $id, or by a specific number.  If you wish to show the rating box
according to the "id", add this line:

rating_box($id);

If you want a specific rating box, add this line:

rating_box("1");

Where "1" would the the number you would like to display.

Thank you for downloading my scripts, I really appreciate it!!  If you have ANY
questions at all, do NOT hesitate to email me at Coopercentral@gmail.com, or visit my website
and create a support ticket.  Thank you again!!

  Ken Cooper