simple poll method?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Telos
Forum Commoner
Posts: 37
Joined: Sat Aug 02, 2003 9:03 am
Location: Finland

simple poll method?

Post by Telos »

I want a really simple poll for my own site and I just haven't figured out any good ways to code it simple. The only requirements would be that I need to have option to specify the question and various amount of answer options. There is no need for poll history where you could watch earlier poll results. I just replace the poll with a new one when I want so how would you do it as simple as possible? I don't need no code here...just the idea behind it because the only thing I can think of is that I need at least 3 db tables which sounds a bit too much for a simple poll which I want :) Thanks for any ideas.
User avatar
werlop
Forum Commoner
Posts: 68
Joined: Sat Mar 22, 2003 2:50 am
Location: /dev/null

Post by werlop »

You can get a pre written solution for free called Advanced Poll v2.02. It does everything your after and more.

Get it from

http://www.proxy2.de

Hope this helps you!
Telos
Forum Commoner
Posts: 37
Joined: Sat Aug 02, 2003 9:03 am
Location: Finland

Post by Telos »

I know I can have premade poll systems which can do a lot of stuff ready made but I don't want to do that. I want to code it myself and keep it as simple as possible.
Post Reply