Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/07/2007, 11:00
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 10 meses
Puntos: 2135
Re: Guardar variables en etiquetas HTML

Código HTML:
<input name="nombre" type="radio" value="tu_valor" <?php if( $_POST['nombre'] ) echo 'checked="checked"'; ?> />