April 19, 200520 yr Hi All, I have to create a survey pageA where I have 22 questions and in each question I have 3 radio (Don
April 21, 200520 yr On simple way is to use 'if' statements < ?php if(flag=='yes') { some information related to this etc } ? >
April 28, 200520 yr Author 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
April 28, 200520 yr Newbies 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
Create an account or sign in to comment