AdvancedPoll

Summary

Advanced Poll is a polling system with powerful administration tool. It features: multiple polls, templates, unlimited options, multi-language support, IP-Logging, IP-Locking, cookie support, comment feature, vote expire feature, random poll support and more. Supports textfile and mySQL database.

FAQ:

- After voting I get the following error:
  Warning: Cannot add header information - headers already sent by 
  (output started at ...) in ..poll_cookie.php on line ...

Make sure that the page your poll is embedded in has the

tag before anything else.


- How can I display the result of the last poll?

require "./booth.php";
echo $php_poll->view_poll_result(x);      // x = Poll ID of your last poll 

Home Page