PHP2005 Posted April 19, 2005 Posted April 19, 2005 Hi All, I have to create a survey pageA where I have 22 questions and in each question I have 3 radio (Don
mlindal Posted April 21, 2005 Posted April 21, 2005 On simple way is to use 'if' statements < ?php if(flag=='yes') { some information related to this etc } ? >
PHP2005 Posted April 28, 2005 Author Posted April 28, 2005 Hi Journeymn, thank you for the hint. I tried to use, but one of my problem is if I do not click to any of the "Yes" options, it will take me to a blank page. I am wonder how should I do to take to a page which is related to no, don't know and if hit without answer any question. For the "Yes", it is working fine. any help will be good. thank you, PHP2005
Newbies Mike Cantelon Posted April 28, 2005 Newbies Posted April 28, 2005 Maybe use else statements to deal with the "no"s? I.E. < ?php if(flag=='yes') { some information related to this etc } else { some information related to answering no } ? > Mike Cantelon Product Manager, http://www.neocodesoftware.com/ & http://www.publishbutton.com
Recommended Posts
This topic is 7218 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now