pcaines Posted September 2, 2008 Share Posted September 2, 2008 Hello all i am fairly new to Php and my first day on this forum. What i want to do is create an online questionnaire where i can change, add questions as i please. and produce the generated questionnaire on my website for people to fill in and record results. I would be fairly confident just to create 1 questionnaire were the questions stay the same but not how to get php to generate the questions for me. i.e does it require a radio box, text box. Does any one know of any good books out there that would have and explain a working example of what i wanted. I would be most grateful of any advice and guidance from you. Pete Link to comment https://forums.phpfreaks.com/topic/122345-any1-know-any-good-php-books-for-creating-a-changable-online-questionnaire/ Share on other sites More sharing options...
Vivid Lust Posted September 2, 2008 Share Posted September 2, 2008 Would the link belowhelp??? http://www.google.co.uk/search?hl=en&q=php+questionaire+tutorials&btnG=Google+Search&meta= Link to comment https://forums.phpfreaks.com/topic/122345-any1-know-any-good-php-books-for-creating-a-changable-online-questionnaire/#findComment-631738 Share on other sites More sharing options...
pcaines Posted September 2, 2008 Author Share Posted September 2, 2008 Yeah i have done all that, all that seems to come up is more forums, or tutorials that don't generate new questions or software that does it for you. As i am quite new to php i was looking for a book that has a working example where i could go through it and take time to understand its contents. Any suggestions Peter Link to comment https://forums.phpfreaks.com/topic/122345-any1-know-any-good-php-books-for-creating-a-changable-online-questionnaire/#findComment-631754 Share on other sites More sharing options...
john-formby Posted September 2, 2008 Share Posted September 2, 2008 I don't know of any books that cover that and having looked online, there is a surprising lack of tutorials related to this subject. What I would suggest is that you break your project down into sections and look at each part. e.g. 1. Creating a DB and tables 2. Select, Insert, Update and Delete queries using PHP/MySQL 3. Form manipulation using PHP 4. PHP Arrays, loops and conditional statements 5. Login scripts (for admin) using sessions You should be able to find plenty of tutorials on these topics which should help you get started. John Link to comment https://forums.phpfreaks.com/topic/122345-any1-know-any-good-php-books-for-creating-a-changable-online-questionnaire/#findComment-631770 Share on other sites More sharing options...
pcaines Posted September 2, 2008 Author Share Posted September 2, 2008 Thanks, your breakdown will give me some foundations to get started if anyone does come across any books plz let me know. regards Pete Link to comment https://forums.phpfreaks.com/topic/122345-any1-know-any-good-php-books-for-creating-a-changable-online-questionnaire/#findComment-631872 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.