| Posted by Jerry Stuckle on 05/25/07 02:57 
thanos wrote:> 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>
 >
 
 This isn't a PHP question.  You should be asking in a newsgroup such as
 alt.html.
 
 But to post it in the url, you need <... method="get"...>
 
 If this isn't what you're looking for, I'd recommend asking in alt.html.
 
 --
 ==================
 Remove the "x" from my email address
 Jerry Stuckle
 JDS Computer Training Corp.
 jstucklex@attglobal.net
 ==================
  Navigation: [Reply to this message] |