![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/12/2010, 08:55
|
![Avatar de Sougiro](http://static.forosdelweb.com/customavatars/avatar199215_1.gif) | | | Fecha de Ingreso: octubre-2007
Mensajes: 136
Antigüedad: 17 años, 3 meses Puntos: 1 | |
Respuesta: una manito por favor hola, te dejo el codigo del formulario:
<td colspan="3" rowspan="2" valign="top"><p>
<label>
<input type="radio" name="estado<? echo $i ?>" value="Activo" <?php if($valida=="Activo"){echo 'checked="checked"';} ?>>
Activo</label>
<br>
<label>
<input type="radio" name="estado<? echo $i ?>" value="Inactivo" <?php if($valida=="Activo"){}else{echo 'checked="checked"';} ?>>
Inactivo</label>
</p></td>
<td> </td> |