Re: [PHP] Question Answer based report.

2009-12-27 Thread navneet sharma
Hi Aditya, You can store question and answer in database. if user provides correct answer increase veritable ($score) you can use switch case to generate character (like in facebook apps) Navneet. On Fri, Dec 25, 2009 at 9:41 PM, aditya shukla wrote: > Merry Christmas Guys, > > I am trying to

[PHP] Question Answer based report.

2009-12-25 Thread aditya shukla
Merry Christmas Guys, I am trying to make a small web application which has some question and some answers for that questions.My aim is to create a report based on the questions and answers related to questions.Please suggest a way to go about the application.Should I go for a if-else or switch ca