Well yes, but i need a script how to generate the survey....don't know how to do that --- On Thu, 5/7/09, Davide Baglieri <davidonzo@xxxxxxxxx> wrote: From: Davide Baglieri <davidonzo@xxxxxxxxx> Subject: Re: Php Survey(Questionnaire), Need Help! To: php-objects@xxxxxxxxxxxxxxx Date: Thursday, May 7, 2009, 7:01 PM Create a HTML form and send the datas to a PHP script that will manage them and calculate the result. <form name="myform" action="yourPHPscri pt.php" methot="post" > <label for="question" >Question< /label><input type="checkbox" id="question" name="answer" /> </form> In yourPHPscript. php you should include all necessaries functions: - Save the datas in a database (if you have interested on it) - manipulate the datas - Send some visual output to the user. On Thu, May 7, 2009 at 3:09 PM, BBX <bebeics@yahoo. com> wrote: > > > well in html i know how to work but in php i don't :( > > --- On Wed, 5/6/09, Joe Forsythe <jforsythe@mosaiccre ative.com> wrote: > > From: Joe Forsythe <jforsythe@mosaiccre ative.com> > Subject: Re: Php Survey(Questionnair e), Need Help! > To: php-objects@ yahoogroups. com > Date: Wednesday, May 6, 2009, 10:00 PM > > Do you know how to work with forms? > > -- > > Joe > > On May 6, 2009, at 2:13 AM, Anghelina Liviu wrote: > >> > >> > >> Hi People, I just joined the group, and I need some help! I have to > >> create an online questionnaire system, and really don't know how to > >> create a questionnaire in php, to have option to insert the > >> question and the answer, and the type of answer, also edit the > >> question after insert it, or delete it! > >> I hope I make my self clear! > >> I have an example here, a google online questionnaire : > >> http://spreadsheets .google.com/ gform?key= rI3AfNr9nF07EdiI Zdt- > >> QYw&hl=en#edit > >> > >> Best Regards, Liviu > > [Non-text portions of this message have been removed] > > > > > > > > > > > > [Non-text portions of this message have been removed] > > [Non-text portions of this message have been removed]