PDA

View Full Version : Questionnaire data handling



perpetuum-mobile
02-28-2007, 02:55 PM
I have only basic html skills.
Question 1: I would like to create a questionnaire page, and I want the entered data saved on my website. What is the code to get and save this data or can you point me to a tutorial?
Question 2: I will need that data in Excel. Is there a simple way? If not, I can always enter it manually, but Question 1 is more important.
Thank you,
Las

DaveSawers
02-28-2007, 06:28 PM
You can get various questionnaire building scripts from PHP sites.

Typically these scripts will store the data in a MySQL database. You can dump the data from MySQL into CSV format and then load it drectly into Excel.