PDA

View Full Version : Looking for a PHP program


Vanit
June 1st, 2006, 09:32
Well I host the website for my World of Warcraft guild and I'd like to implement a poll system for raid sign ups. Basically I want it to work so that there is a poll that would be titled something like "MC Raid Saturday" with the options "Yes" and "No". Now up to there, most poll systems would do fine. But I'd also like it so they enter their name and that the poll system could give me a list of all the people that said they could come.

Is there any PHP program available that could do something like that? I'm well aware that there a plenty of simple polls, but I can't find any that would let you enter a name and make the list.

Chrono Archangel
June 1st, 2006, 13:15
Good old Hotscripts should have a tone of those. Check it out

http://www.hotscripts.com/PHP/Scripts_and_Programs/Polls_and_Voting/index.html

Vanit
June 3rd, 2006, 12:41
Thanks for the link. I had a look around and I found a few potential programs but none that do what I want really.

If anyone already knows of a program you're welcome to share its name so I don't have to sift through 20+ pages of program lists :).

Kethinov
July 1st, 2006, 03:05
You could just get all your guild members to use some sort of forum, then post a poll for each decision to make.

However, if you're interested in learning PHP, that wouldn't be a difficult script to write.