PHP Poll System

Last Update
3 May 2012
Regular License
$7
Extended License
$35
Sales
57

This is a Poll System written in PHP using MySQL and jQuery.

This Poll System can create multiple polls with as many as you want poll options using UTF8 format and can be easily added to your page with the following comamnd: getPoll(poll_id);

Features:

You can Add/Edit/Delete Polls You can Add new poll options when editing a poll, edit its options votes, delete poll options Secure PHP Admin Page Just one PHP file Protected Script and Admin Form. UTF8 poll description and its options Multiple Polls in a page Prevents vote spam Simple Design

How to add it to your page:

//include the poll system file include_once 'poll-system.php'; //get the poll getPoll(poll_id);

Support

Please feel free to comment for any question you might have regarding this item.

Changelog: 1.1a (7.7.2011)

Updated changelog Admin can know view in the admin panel each vote options votes on click Fixed a bug when having multiple polls in same page when clicking on their options.

1.1 (5.7.2011)

Updated changelog Fixed a javascript bug(needed 2 clicks to show total votes of the poll option) Poll Visual fixes Minor php code fixes

1.0 (28.6.2011)

Updated changelog Initial Release of the script