Page 1 of 1

Looking for a PHP ranking system

Posted: Fri May 04, 2007 4:47 pm
by gusto_mio
Hello,

I'm not sure if this is the right forum category, but here it goes...

I am looking for a ranking system written in PHP. I would like to be able to create a form (and database?) where visitors to my website can rank a number of items from 1st to last (such as their favorite football team in the NFL). I would like it so that they can only vote once per poll.

There are two ways that I can think of that I would want the results to be determined... 1.) If there are 10 items, a 1st place ranking gives the item 10 points... and down to a 10th place ranking gives 1 point. The sum of points determines the overall ranking of the 10 items. OR, 2.) the 10 items are ranking using the Condorcet voting method.

I need the number of items per poll to be customized, and have more than one poll running at once. Are there any scripts/programs out there that would allow visitors to rank a number of items, and then calculate the overall ranking based on all of the votes??

Gusto

Posted: Fri May 04, 2007 5:06 pm
by RobertGonzalez
This is a very common request. Have you looked at Hotscripts.com or Google yet?