
20/12/2010, 08:55
|
 | | | Fecha de Ingreso: octubre-2007
Mensajes: 136
Antigüedad: 17 años, 6 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> |