Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/03/2008, 08:09
Avatar de Evert
Evert
 
Fecha de Ingreso: abril-2004
Ubicación: Cochabamba - Bolivia
Mensajes: 94
Antigüedad: 20 años
Puntos: 2
Re: No mostrar si el campo = vacio

Hola
primero pregunta si el campo es distinto de vacio
<?
if ($row_Recordset1['ficha']!="") {
?>
<a href="ficha/<?php echo $row_Recordset1['ficha']; ?>" target="_blank"><img src="images/pdf.jpg" width="26" height="29" border="0" /></a>

<?
}
?>