hi alllll
i have a form that i want to email it, the form is working except that iam not able to get the reuslts of some input types like radio, select, and checkboxes
other than that,everything seems to be fine, im getting the form through my email with the submitted results.
in my code for select boxes
<? echo "<input type=select name=grade>
<option>-----</option>
<option>exellent</option>
<option>good</option>
<option>bad</option>";
?>
HOW can i set SELECTED to the Slected option?
<?echo "Gender <input type=radio name=gener value=M> <input type=radio name=gender value=F>";
?>
HOW can i set CHECKED to the checked option?
thanks indeeeeeeeeed :o