In php form I get the data from radio button to database. It works well. But in edit page how do I get the checked value from database?
<td align="left" valign="middle"><input name="signi" type="radio" id="signi" value="S"/> YES
<input name="signi" type="radio" id="signi" value="N" /> No</td></td>
Do like this in your edit page:
Take database value in variable:
Example:
And :
Check this thread for details:
In edit page show selected radio button