Hi all,

I have a 2 radio button . So i want to get the selected radio button value as it is stored in the data base .

here's the code :
Code:
 echo"<tr>
                  <td >Availability : </td>
                  <td><label>Yes<input class=\"inputbox\" type =\"radio\" name=\"availability2\" size=\"40\" value=if($availability=='yes')
...