Hello everyone,
I have dynamically created a series of radio buttons, with "Options" populated from mysql:
e.g.
"Option 1"
radio button 1 (OK)
radio button 2 (Maybe)
radio button 3 (Eliminate)
"Option 2"
radio button 1 (OK)
radio button 2 (Maybe)
radio button 3 (Eliminate)
Etc...
I have created a javascript loop (to loop through the form)...
I have also created a script and table to display the results dynamically..
However, I am having trouble querying the sql database to display the proper results..
HERE'S WHAT I NEED:
When radio button 1 is selected, I need the query to grab the selected "Option" to be displayed/printed.
When radio button 2 is selected, I need the query to grab the selected "option" and isolate it to be displayed/printed in a separate area(of the results page)
But when radio 3 is selected, I need the query to not grab this "option".. This "option" should be hidden from the user on the results page!
Im sure there must be a million ways to do this, but I cant find any articles that seem to help.. or maybe Im looking in the wrong place??! Please Help I would greatly appreciate it!!
Sorry if this seems confusing and Thanks in advanced!!!

