News Feed
Jobs Feed
Sections




News Archive
Developer Drive:
Creating a PHP User Survey Writing to Database Tables
November 22, 2011 @ 14:54:03

On Developer Drive today they've posted the most recent article in a tutorial series showing you how to create a user survey that stores the results to a database table. In this latest tutorial, they show how to hook the current code into a MySQL backend.

In the first two parts of this series, we created the data layer that will hold the polling data and established methods for setting the variable values and reading from the database tables. In this part, we will build the methods that will write new polls and answers to the tables.

They include the code for an "addPoll" method that inserts the questions and answers for the polls. Their "editPoll" method updates the poll questions/answers and the "addVote" method does exactly like it sounds - adding a vote to one of the poll options. Also included are "deletePoll", "activatePoll" and "deactivatePoll".

0 comments voice your opinion now!
tutorial database table poll survey answers questions


blog comments powered by Disqus

Similar Posts

DevShed: Developing a Recursive Loading Class for Loader Applications in PHP

Total PHP: Deleting files with PHP

SitePoint.com: How To Handle File Uploads With PHP

SitePoint PHP Blog: Markup Separation with Template IT

Ibuildings techPortal: Behavior Driven Development in PHP With Behat


Community Events











Don't see your event here?
Let us know!


code community example functional opinion testing framework podcast introduction phpunit tool application series development release unittest zendframework2 language conference interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework