Content management: Voter
Daniel Thul (contact me)
This is an example class that can manage a survey to let users vote on colors.
The class updates a file after each vote to stores the count of each survey option.
The class can present the results of the servey as colored images with the name of each option and the respective result number as a percentage.
Sessions are used to keep track of the users that voted. An user that closes his browser may vote again.
Click here for detailed information about this class on phpclasses.org