Posts Tagged ‘Php/ajax’

How Do I Use Php/ajax To Update My Form With New Questions Based On Answers Given To Existing Questions?

December 10th, 2009

I am trying to write a form in PHP, my problem is here…when I ask if someone is over 18 and they answer yes, I want nothing to happen, but when they answer no, I want a new question to show up that asks if they have parental consent. I was told I could use AJAX to do this, but I cant for the life of me figure out how to do it.