Created: 5/7/2013
By: Roudy Hermez
Email: roudyhermez@hotmail.com
Thank you for purchasing my script. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
Php Poll has many features such as :
1) easy to integrate. 3 lines code.
2) simple and easy to use control panel.
3) IP check to prevent duplicate votes in the same poll.
4) two methods to show poll's answers. (One-answer or Multiple-answers)
5) custom expiration time. (poll expired after a specific days)
Install Php Poll
1) Unpack the archive.
2) Upload files from "php_poll" to your site.
3) Excute The "tables.sql" to your database.
4) Change the database settings and admin login settings in config.php file to yours.
5) Then go to admin.php page in http://www.YOUR-DOMAIN.com/PHP_POLL_DIRECTORY/admin/admin.php
in order to control the script.
include('poll.class.php'); $class = new Poll; echo $class->ShowPoll($poll_ID,'$poll_width');
1) Include Php Poll class.
2) Define the class.
3) Excute the ShowPoll function.
ShowPoll function has 2 Parameters
1) Poll_ID (optional) : id field from the poll_questions table. (if you leave it empty, the script will load the last poll id).
2) Poll_width (optional) : the value is (number in pixles e.g 300), this parameter represent the width of the poll's container. (dafault value is 100%).
Once again, thank you so much for purchasing this script. As I said at the beginning, I'd be glad to help you if you have any questions relating to this script. No guarantees, but I'll do my best to assist.
Roudy Hermez