Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/09/2003, 21:10
Avatar de jmn2k1
jmn2k1
 
Fecha de Ingreso: noviembre-2001
Ubicación: Buenos Aires...
Mensajes: 489
Antigüedad: 22 años, 5 meses
Puntos: 2
Cuando haces un bucle para recibir las varibles, tipo while($row = mysql_fetch_array($result)) puedes hacer un if para ver si el campo este vacio:

while($row = mysql_fetch_array($result)){
if($row["fecha"] == ""){
echo "No hay fecha";
}else{
echo $row["fecha"];
}

}

eny cuestion pregunta......

JmN
__________________
JmN