Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/01/2007, 12:41
Avatar de Superlinux
Superlinux
 
Fecha de Ingreso: octubre-2005
Ubicación: Colombia
Mensajes: 662
Antigüedad: 19 años, 1 mes
Puntos: 1
Pregunta como asignar valor

hola amigos del foro .. bueno deseo modificar un dato que consulto con php ... lo realizo para un input y un select asi

Código PHP:
<input name="sam" type="text" id="sam" value="<? echo $data->sam?>" size="14" maxlength="14" style="background:#ffffff" onFocus="encender(this)" onBlur="apagar(this)" validation="numeric" validationhint="required" validationmsg="El campo SAM es de tipo numerico y obligatorio" onKeyPress="return tabular(event,this)">

<select name="consolidar" id="consolidar" style="background:#ffffff" validation="empty" validationhint="required" validationmsg="El campo Consolidar es de tipo obligatorio" onFocus="encender(this)" onBlur="apagar(this)" onkeypress="return tabular(event,this)">
            <option value="S" <?php if($data->consolidar == "S") echo "selected"?>>SI</option>
            <option value="N" <?php if($data->consolidar == "N") echo "selected"?>>NO</option></select>
como lo hago en un checkbox

Código PHP:
<input name="mo" type="checkbox" id="mo" value="MO" style="background:#ffffff" onFocus="encender(this)" onBlur="apagar(this)" onKeyPress="return tabular(event,this)">MO 
Gracias por la ayuda ... que me puedan dar ...
__________________
"La vida sigue su curso, tú toma parte de ella."