Page 1 of 1

poll management

Posted: Fri Aug 04, 2006 6:42 am
by bvrao
hi,
this is bvrao. i want php code for poll management
please help.
thanks.

Posted: Fri Aug 04, 2006 1:47 pm
by RobertGonzalez

Posted: Sat Aug 05, 2006 5:30 am
by ronverdonk
Look at the MiniPoll class at phpclasses.org, link http://www.phpclasses.org/browse/package/1453.html
This package is meant to create online surveys. It lets you create Web based polls with a single question for which the users can only pick one answer of multiple answers. There is no limit of possible answers per poll.

The poll questiom, the possible answers and the respective vote count are store in MySQL database tables.

The system does not require authentication nor keeps track of the address of the users but has protection to prevent that users of the same IP address vote more than once for a given period.

The class can generate HTML forms presenting a poll in a Web page, as well display the table of the current results.

A separate class can generate a HTML based Web interface to create, activate and delete polls.