houssam_ballout Posted January 23, 2008 Share Posted January 23, 2008 Hello all, Had any one worked on some php questionnaire with mysql: I need help with: I'd 10 questions for every topic (Questionnaire), and each question will have different answers? How is the way to start with that? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/87301-php-questionniare/ Share on other sites More sharing options...
kts Posted January 23, 2008 Share Posted January 23, 2008 I would start in the database development (unless your going to email the answers to yourself) Just have each questionaire be a table, and load the answers into it. Simple data entry for PHP/MySQL. If email, just orgranize all the fields into a mail function. Link to comment https://forums.phpfreaks.com/topic/87301-php-questionniare/#findComment-446555 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.