
01/04/2008, 17:49
|
 | | | Fecha de Ingreso: septiembre-2005 Ubicación: Córdoba
Mensajes: 1.830
Antigüedad: 19 años, 6 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>";
} |