![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
Código HTML:
<tr><td ><?=$rs["nomb_busq"]?></td> <td > <input type="radio" name="<?=$rs["Busqueda_codi_busq"]?>" id="<?=$rs["Busqueda_codi_busq"]?>" value="1" <?php if( $rs["oper_aler"] = 1 ) { ?>checked="checked"<?php } ?> /> </td> <td > <input type="radio" name="<?=$rs["Busqueda_codi_busq"]?>" id="<?=$rs["Busqueda_codi_busq"]?>" value="2" <?php if( $rs["oper_aler"] = 2 ) { ?>checked="checked"<?php } ?> /> </td> <td > <input type="radio" name="<?=$rs["Busqueda_codi_busq"]?>" id="<?=$rs["Busqueda_codi_busq"]?>" value="0" <?php if( $rs["oper_aler"] = 3 ) { ?>checked="checked"<?php } ?> /> </td> </tr>