i had trouble installing it at first (you need to make the installing readme.txt file much more extreme, i didnt know what it meant, but i figured out installation myself). But once i got it up.. i was thouroughly impressed by the admin panel. wow! good job!
now heres my QUESTION:
Since ip's are collected no user can vote on the same poll.. Thats good, but I want it so that if they voted on one poll then another will load for them the next time they come to the page.
Is this at all possible? So that they can keep voting on other polls?
Please get back to me someone!
Term
:o
29/01/2002 13:11:46
Subject:
Anonymous
Try using the "random" include statement
include "./booth.php";
if (isset($poll_id)) {
echo $php_poll->poll_process($poll_id);
} else {
echo $php_poll->poll_process("random");
}