PHP Ajax Voting system
Package:
Summary:
Manage a vote polling system
Groups:
Author:
Description:
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.
Comments are closed.