PHPBuilder.com has
posted part one of their tutorial showing how to create a simple online survey system (from <i>Brett Patterson/i>).
We've all come across some sort of online survey that asks a few questions about our interests or our online shopping experience. In this article we're going to walk you through the creation of a similar online survey that you can use on your own web site.
Their survey is just a simple 10-12 question format where the replies are handled in one of two ways - emailing the results out to an address or storing the information in a database to be reviewed later. The
HTML code for the tutorial is also available.
PHPBuilder.com: Creating an Online Survey - Part 1 - Read More...