How do I check if radio button value is not empty?
Thanks
if ($_POST['myradiogroup'] != "myvalue") { // the radio button with "myvalue" assigned is not set }