Ok this is my problem, each time that I erase my cookies and I come to the poll the Total of votes encrease +1 but I cant vote again, so I get:
TEST
2 100.0%
4 0.0%
3 0.0%
4 0.0%
Total votes: 12
But I only vote 1 time, and if I erase my cookies and come back to the page the total vote encrease is crazy, any ideas?
I think the poll use cookies and IP detection, how we can restar the IP detection from ADMIN CONSOLE, I think it should be nice to have this buttom in the console coz like this we can test better the poll.
TNX again for stop here and read my problem and TNX for any comments and help.
07/06/2003 18:19:18
Subject:
Anonymous
make sure you have this at the very top of your code
<?php
// Important! You have to include it before your html code
include_once "/home/yourusername/public_html/poll/poll_cookie.php";
?>
replace the yourusername with your whatever your path is to your poll.