Tagged Questions
11
votes
6answers
949 views
Implementing a voting system without requiring registration
I'd like to implement a voting system on my site, without having to force them to create an account. They would ultimately be voting up/down a piece of content which has a unique ID.
I know that I ...
1
vote
3answers
321 views
Implementing A Ranking System
I've seen several question on how to secure and prevent abuse of ranking systems (like staring movies, products, etc) but nothing on actually implementing it. To simplify this question, security is ...
0
votes
2answers
289 views
Developing a simple voting system in php need help
I need to set up a simple voting system for my application., My application consists of articles posted as well as comments. I would like to add voting abilities to both articles and comments and at ...