I have a huge list of providers listed in a mysql database and presented in table form onto an html page.
What I want to do is give visitors the ability to rate EACH provider.
The exact same 'rate me' code will be present over 300 times on the same page which is causing a big problem in finding a script (PHP prefered) that can:
#1. allow for multiple code of the same 'poll' on one page
yet offer up independent result for each one.
#2. limit how many times a user can vote PER CELL of the table {I need for them to rate several providers but not vote 10 times on one individual provider)
#3. Allow visitors to view the results WITHOUT having to vote first.
I'm not looking for anything fancy visual wise, simple is fine.
Can ANYONE lead me in the right direction??
What I want to do is give visitors the ability to rate EACH provider.
The exact same 'rate me' code will be present over 300 times on the same page which is causing a big problem in finding a script (PHP prefered) that can:
#1. allow for multiple code of the same 'poll' on one page
yet offer up independent result for each one.
#2. limit how many times a user can vote PER CELL of the table {I need for them to rate several providers but not vote 10 times on one individual provider)
#3. Allow visitors to view the results WITHOUT having to vote first.
I'm not looking for anything fancy visual wise, simple is fine.
Can ANYONE lead me in the right direction??

Comment