Poll Ajax is a dynamic and extensive polling system developed using PHP,MySQL and Ajax. You may insert your polls into any page you want simply.
It comes with an installation script(install.php) so there is no need for having to manually create databases etc. On the front-end, the polls can be very easily integrated into website. Password protected administration panel, which allows you to edit polls, rearrange answers, clear results, check detailed list of the last 100 votes, sorted by id, display ip, exact time.
Demo
Main Interface http://labloc.info/micku7zu/index.php
Admin Interface http://labloc.info/micku7zu/poll/admin.php
Password : 123456
Features
-Integrated with AJAX. -Full management control through administrator panel (add poll,edit poll, delete poll). -The look of the poll and bars are controlled by CSS. -Simple web interface. -It prevent multiple votes using ip.(anti cheat) -Show results as colored graphical bars -Graphical summary of the votes. -Real time display. -Fully customizable. -Multiple polls -Simple design change
Support
If you have any questions regarding this script, feel free to comment here or contact me through my user page.
Integration:
<?php include “poll/class.php”;?> – once per file ..
and
<?php$poll=new poll;$poll->settings(1,1,””,”yes”);?>
Integartion II (javascript):
<!- must include only once-> < script type=”text/javascript” src=”poll/files/jquery.js”>< /script> < script type=”text/javascript” src=”poll/include.js”>< /script> <!- must include only once -> <!- pollInclude(“div id”,”poll nr”,” poll id”,” width”) -> < script> pollInclude(“poll_include”,”1”,”1”,”150px”);< /script> < /div>
Succes!