Posted by thanos on 05/24/07 22:29
Hello,
How do i pass the value of the radio button to be put of the action
that includes the value as part of the URL being submitted - "/
picked.php?pick_num=". Any help with be appreciated. Thanks
<form method="post" action="/picked.php?pick_num=".<php? $value ?> >
<input type="hidden" name="cmd" value="0">
<table width="100%">
<td align="center">
<INPUT TYPE='RADIO' NAME='pick_1' VALUE='1'>Day;
<INPUT TYPE='RADIO' NAME='pick_2' VALUE='2'>Week;
</td>
</tr>
<tr>
<td align="center"><input type="img src="/images/pick_now.gif"
BORDER="0" name="send"></td>
</tr>
</table>
[Back to original message]
|