24/03/2008, 11:41
|
| | | Fecha de Ingreso: mayo-2007 Ubicación: por ahí intentado ayudar
Mensajes: 823
Antigüedad: 17 años, 6 meses Puntos: 6 | |
Re: no se muestra la Imagen Prubelo asi:
Código:
<?
while ($temp = mysql_fetch_array($sql))
{
if (empty($temp["imagen"]) || is_null($temp["imagen"]))
{ $img = "na.jpg";}
else
{ $img = $temp["imagen"];}
}
echo '<img src ="\..\images\$img" border="0"/>'; ?>
}
salu2
__________________ "Eres grande por que caminas entre gigantes" |