I'm trying to develop a software package for end users with no knowledge of 
PHP.  The package would allow these users to generate Web pages displaying 
a custom questionnaire to be used by consumers to answer questions online.

I thought of writing a PHP script that asks the end users the type of 
questions to be displayed, the questions themselves to be displayed, and, 
if required, the responses to be displayed.  This information would be 
stored in a MySQL database.

I then would write another PHP script that would dynamically generate the 
questionnaire based on the information stored in the MySQL database.

The types of questions include text fields, radio buttons, check boxes, 
menu selections, and text areas.

Is this the right approach or is there another way?

Thanks!

Anthony Rodriguez
([EMAIL PROTECTED])







  to be 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to