Hi,
I need to pump info back into a form if a user needs to modify a record.
I know that
<input type=\"text\" name=\"vname\" value=\"$vname\">
works for a text box...
but how do I get the correct radio button to be checked i.e.
<input type=\"radio\" name=\"icon1\" value=\"1\">Opt1<br>
<input type=\"radio\" name=\"icon1\" value=\"2\">Opt2<br>
Reality is built on a foundation of dreams.
I need to pump info back into a form if a user needs to modify a record.
I know that
<input type=\"text\" name=\"vname\" value=\"$vname\">
works for a text box...
but how do I get the correct radio button to be checked i.e.
<input type=\"radio\" name=\"icon1\" value=\"1\">Opt1<br>
<input type=\"radio\" name=\"icon1\" value=\"2\">Opt2<br>
Reality is built on a foundation of dreams.