Use NAME and VALUE. Try a quick test like this:
<input type=radio name=band value="AM">
<input type=radio name=band value="FM">
<input type=submit name=Submit>
User can select AM or FM band and when the submit button is pressed you'll get an argument like this:
page.php?band=AM
Dave
===========================================
http://badblue.com/helpphp.htm
Get PHP up and running fast: Win95,98,ME,NT
BadBlue: a free, small footprint web server