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

Asvin Balloo's Blog: Geolocate your visitors with PHP (part 2)

Chronosight Blog: Inline AJAX Calendar using PHP

PHPMaster.com: PHP Namespaces

ZendCasts.com: Creating RSS & Atom Feeds with Zend_Feed

SitePoint PHP Blog: Markup Separation with Template IT


Community Events











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


conference community functional composer series language development interview framework tool podcast zendframework2 database example release testing code object opinion introduction

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