Pass radio button selection to hidden div and then show div list from chosen radio button

Pass radio button selection to hidden div and then show div list from chosen radio button

Hello all,

I am a PHP programmer and new to Javascript and jQuery and I have tried about 20 examples/tutorials and cannot seem to get even close to what I want.

I have a form (PHP/MySQL) with a list of subjects I got from my database, and then create a set of radio buttons from that list. And based on what radio button they select, I need to pass that variable to a div (at least that's what I want to use) and then show a list of videos that match the radio buttons value. I don't care if its a get or post or other.

I tried to use GET or POST so I can use that value for my PHP/MySQL lists.

I am open to any suggestions/tutorials, etc.

Thanks in advance,
Don