tedd wrote:
Hi gang:
What methodology would be the best for online voting?
I have a client who is a Union and they want members to vote online, but
don't want someone to stuff the voting box.
I have some ideas of my own, but would like to hear what you people
would recommend.
Cheers,
tedd
vote form collects choice and union member id.
unique index on unionMemberId in the db
swap union id for ip if needed
if using ip and you want subnet detection simply convert the ip to it's
integer value and count everything +/- subnet/X(size)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php