Re: [PHP] Form validation and save the form

2010-01-11 Thread aditya shukla
Thanks for the reply guys.Do you guys know a good resource where i can read from about form validation through PHP.There a lot on google but please suggest something if you guys know. Thanks Aditya

[PHP] Form validation and save the form

2010-01-10 Thread aditya shukla
Hello Guys, I am trying to validate a form for user input , such that when something is missing load the form again by focusing on the wrong field.Say i don not enter my address so when the form loads everything else is saved and the form points to address field. Thanks Aditya

[PHP] Re: Survey+Report in PHP

2009-12-30 Thread aditya shukla
Sorry for the vague question. This is how the survey is.We have some question and answers to that questions.Some answers have multiple options(drop down) and some answers are to be entered in a text box.My aim s to get the answers and generate the report based on the answers (by using some mathema

[PHP] Survey+Report in PHP

2009-12-30 Thread aditya shukla
Hello Guys, I am trying to make a web app which has a survey and report based on the survey.The app is like a suvery and I have to generate a report based on the survey.Can someone please give a clue of how to generate the report .I have the answers to the questions of the survey and based on them

[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