Content management: PHP Ajax Voting system
Nick Asenov (contact me)
This class can be used to manage a vote polling system.
It can record in a MySQL database the votes of the users in several possible options also defined in a database table of poll options.
It uses cookies to keep track of votes done by each user to prevent users voting again.
The class can also retrieve the statistics of votes done for each poll option.
Click here for detailed information about this class on phpclasses.org