Demo: http://s42954.gridserver.com/test/ci_poll/
- Supports multiple polls
- Prevents multiple votes through logging ip address to the database
- Supports multiple options
- Maximum and minimum number of options can be defined in config
- Multiple votes allowed or not can be set in config
- Interval between votes can be set in config
- Close and open polls
- Included jQuery for handling variable poll option inputs
- Run database.sql to generate required tables - note that the database engine should be InnoDB (not MyISAM)
- Upload the files included to your server
- Edit config/poll.php (see comments)
- Visit /ci_installation/poll to view sample application
Tested with CI 2.1.3
License: http://opensource.org/licenses/gpl-license.php GNU Public License