PHP Poll System (Polls)

This is a Poll System written in PHP using MySQL and a little 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.

Download PHP Poll System (Polls)

Leave a Reply

Your email address will not be published. Required fields are marked *