Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/12/2010, 08:55
Avatar de Sougiro
Sougiro
 
Fecha de Ingreso: octubre-2007
Mensajes: 136
Antigüedad: 16 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>&nbsp;</td>