poll management
Posted: Fri Aug 04, 2006 6:42 am
hi,
this is bvrao. i want php code for poll management
please help.
thanks.
this is bvrao. i want php code for poll management
please help.
thanks.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
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.