Quote:
Can be done using IPs but its not as good as cookies.
|
not as good as cookies?
if you cookie a voter. all he has to do is delete that cookie and vote again.
either way for a poll. you could use
- a table with the items
- a table for IPs of people who voted
- a script to increment vote count in the Items table each time an item is voted for.
it also needs to check if the IP is not in the IPs table before incrementing the vote count
goodluck