Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/06/2009, 10:06
Avatar de Synkronice
Synkronice
 
Fecha de Ingreso: octubre-2007
Ubicación: Madrid
Mensajes: 831
Antigüedad: 16 años, 6 meses
Puntos: 48
Respuesta: if en textielf

Código PHP:
<?php
// Suponiendo
$recibida null;

if(empty(
$recibida))
  
$recibida "";

?>

<input name="recibida" type="text" id="recibida" value="<? echo "$recibida"?>"  readonly interval="" />
Saludos!