Sherri
|
| Posted: 12/20/2004, 8:20 AM |
|
I need to create polls, allowing a user to only vote once per poll. I need an admin screen to add new polls.
I'm note sure where to begin. Does any one have any ideas on how to do this?
Thanks!
|
|
|
 |
Oper
Posts: 1195
|
| Posted: 12/20/2004, 4:35 PM |
|
Vote one time will be Cookies or save the IP or both
Note: cookies could be deleted and IP masked/proxy.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
Sherri
|
| Posted: 12/21/2004, 5:04 AM |
|
Thanks!
|
|
|
 |
Rick
Posts: 52
|
| Posted: 12/21/2004, 5:28 AM |
|
Possibe Alternatives:
1. If polling is done with only logged in users, and you do not wish to capture who each response was from, you could create a database record that included the poll id and the user id for each response and not allow another response for that poll if record already exists for that logged in user.
2. If you wanted to capture how each person responded you could add a userid field to response recored itself and not allow more than one response with that id.
Rick
|
 |
 |
|