![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/04/2008, 17:49
|
![Avatar de emiliodeg](http://static.forosdelweb.com/customavatars/avatar113967_1.gif) | | | Fecha de Ingreso: septiembre-2005 Ubicación: Córdoba
Mensajes: 1.830
Antigüedad: 19 años, 5 meses Puntos: 55 | |
Re: Imagenes no existentes deberias hacer algo asi para cada imagen
if(is_file("re_images/$im_array[0]"))
{
$FirstImage = "<img src=\"re_images/$im_array[0]\" width=130 height=100>";
}else{
$FirstImage = "<img src=\"imagen-error.jpg\" width=130 height=100>";
} |