23/09/2003, 21:10
|
| | | Fecha de Ingreso: noviembre-2001 Ubicación: Buenos Aires...
Mensajes: 489
Antigüedad: 23 años 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 |