Looking for a PHP ranking system

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gusto_mio
Forum Newbie
Posts: 1
Joined: Fri May 04, 2007 4:35 pm

Looking for a PHP ranking system

Post 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
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

This is a very common request. Have you looked at Hotscripts.com or Google yet?
Post Reply