Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Developer Drive:
PHP User Survey: Setting Variable Values and Reading from Tables
Nov 30, 2011 @ 17:04:33

The Developer Drive blog has the latest post in their "PHP User Survey" series focusing on setting up admin functionality for the poll managers to use.

In Part I of this series, we started the process of creating user polls for a business web site. Part I gave the layout of the data layer and began the construction of the class file. In this part we will continue with adding methods to the class file that will enable the administrator to set the variable values and read from the database tables.

Code is included for setting the poll and answer ID values (setters), grabbing the number of polls currently defined, finding the active ones and pulling out poll data along with its answers. If you need to catch up, you can find the other parts here: part one, part two.

tagged: survey poll tutorial database table

Link:


Trending Topics: