Jump to content

[SOLVED] Help with Radio Group


Attila

Recommended Posts

Hello not sure how to get the value into this on the stuff below:  It is a php self form this is an addition to the form I already have working on the site so this is going into a variable they are $top_form $middle_form and $bottom_form.  So the other parts of the form have the submit and stuff this is the middle part.

 

<table>
    <tr>
      <td>
        <input type=\"radio\" name=\"AdvanceSearch\" value=\"{$_POST['radio']}\" />
        Item Name</td>
    </tr>
    <tr>
      <td>
        <input type=\"radio\" name=\"AdvanceSearch\" value=\"2\" />
        Item Description</td>
    </tr>
    <tr>
      <td>
        <input type=\"radio\" name=\"AdvanceSearch\" value=\"3\" />
        Type</label></td>
    </tr>
    <tr>
      <td>
        <input type=\"radio\" name=\"AdvanceSearch\" value=\"4\" />
        Quest Name</td>
    </tr>
    <tr>
      <td>
        <input type=\"radio\" name=\"AdvanceSearch\" value=\"5\" />
        Level</td>
    </tr>
    <tr>
      <td>
        <input type=\"radio\" name=\"AdvanceSearch\" value=\"6\" />
        Notes</label></td>
    </tr>
  </table>"; 

Link to comment
https://forums.phpfreaks.com/topic/118857-solved-help-with-radio-group/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.