Bouton radio Sélectionnez dans PHP
<?php echo ($signi== 'Yes') ? "checked" : "" ; ?>
Tyagi420
<?php echo ($signi== 'Yes') ? "checked" : "" ; ?>