Page 1 of 1

Rate Article

Posted: Fri Aug 23, 2002 12:38 am
by Zoram
Alright, I need to figure out a way to make it so that people can rate an article when they view it... I need to find out how to script it so that it doesn't allow the same ip address to vote more than once and I need to figure out how to keep a running total of the rating and number of votes...

Can anybody help?

Posted: Fri Aug 23, 2002 4:15 am
by mikeq
Don't use an IP Address, many users behind a firewall would appear with the same IP. Dial-up accounts often reassign IP's next time the person dials in.

You need to look at cookies/sessions or something like that.