LinkShare  Referral  Program

New

Advertise ad Here
learn more
           Download > Simple Rating Support Page
Useful

Links

Free technical Tutorials At techtutorials.net



Link Exchange at iWEBTOOL.com

 



The PHP Resource Index
Added on   26.10.09
Clicks     649
Rating:   4.33   out of 5 from   3   raters      
         rate this page   
 Not rated yet.Be the first one to vote!!

Simple Rating Support Page

Developed by Joe Pieruccini
under Creative Commons Attribution-Noncommercial 2.5 Australia License at www.maniacomputer.com
email : jp50@maniacomputer.com

Disclaimer
This free software may be freely distributed, provided that no charge above the cost of distribution is levied, and that the disclaimer below is always attached to it.

The software is provided as is without any guarantees or warranty.
Although the author has attempted to find and correct any bugs in the free software programs, the author is not responsible for any damage or losses of any kind caused by the use or misuse of the programs.
The author is under no obligation to provide support, service, corrections, or upgrades to the free software programs.

 

Price :  Free

Added :  10-10-2009

Download Page

Features:



pre requisites:



Installation

  1. Download Simple rating
  2. Unzip the Folder named rating  
  3. Make sure to have ready the name of an existing MySql Database,or create a new Database prior starting.
  4. Open the file config_rating.php in your text editor.
  5. Edit the following line of code
  6. $host = "localhost"; // your host name
        $username = "MyUsername"; // change MyUsername with your user name to access MySql
        $password = "MyPassword"; // change MyPassword with your password to access MySql
        $database = "db"; // change  db with The name of the database
  7. Save the file
  8. Now upload the folder rating on the root folder of your web site .
  9. add the followin row of code at the top of the page where you want the rating,it must be before anithing on the page,even white space
  10. <?php ob_start();?>
     
  11. Add the following code where you want the counter to be in the page:

  12. - <?php $id=1
    - include'rating/rating_form.php';
    - ?>
  13. Make sure the include path is pointing to the right folder.
  14. Set a different $id for any page or listing ,for example,on Page1  $id =1 on Page_test $id=2 ,so the user will rate the right page/listing
        - That's all.you have to do for your rating to work.

 Have a look at the example .

For any problems don't hesitate to ask emailing at jp50@maniacomputer.com. Enjoy

 

If you are having problems don't hesitate to contact me

Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial 2.5 Australia License.