Creating an Online Survey Using PHP - Part 2 Published
For everyone confident in PHP, PHPBuilder.com have posted a tutorial showing you how to create an online survey using PHP.
The first part of the PHP tutorial explained how to handle the replies using email and the second part, published today, shows you how to store the received information in a database. You can find the second part here: Creating an Online survey - Part 2
Technorati Tags: programming, online survey, PHP









November 8th, 2007 at 12:05 pm
[…] Jim Henderson wrote an interesting post today onHere’s a quick excerptFor everyone confident in PHP, PHPBuilder.com have posted a tutorial showing you how to create an online survey using PHP. The first part of the PHP tutorial explained how to handle the replies using email and the second part, … […]
November 8th, 2007 at 1:06 pm
[…] all the details here […]
November 8th, 2007 at 2:22 pm
[…] check the full story here […]
November 9th, 2007 at 10:55 am
[…] click here for more […]
November 9th, 2007 at 2:15 pm
Quite a handy tutorial. I remember having to create surveys in PHP at work all the time. Albeit it’s easy, it’s a tedious job!