This script is kind of like that micropoll – except it will allow you to have as many options as you want. Here's a little demo:
Who's your favorite action character: $poll = "actioncharacter"; $answers = "Vin Diesel ||| Steven Segal ||| Arnold Schwarzenegger ||| Silverster Stallone"; include("/home/hipmonke/public_html/scriptygoddess/testarea/miniMultiPoll/pollinclude.php"); ?>
It should be pretty easy to use. However, this is a BETA (read: UNTESTED and readme probably is poorly written. LOL!) Have fun! ๐
Update 4/3/03 Here's a version 2 that sets a cookie on the users machine so they can only vote once within x number of hours. Demo here | Download here