Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/10/2010, 15:41
Avatar de DvD AdN
DvD AdN
 
Fecha de Ingreso: mayo-2005
Ubicación: Frente al monitor
Mensajes: 610
Antigüedad: 19 años
Puntos: 0
Respuesta: Visualizar imagen cambiando cabecera

Código:
if (@file_get_contents("tu imagen")) {
		
				header("Content-type: image/jpeg");
				print(file_get_contents("tu imagen"));
}else{
echo "Imagen inexistente";
}
Obtienes tu imagen, como lo haces ya. Pero ahora la lees e imprimes su contenido y envias las cabeceras para que el browser sepa que es una imagen
__________________
Keep f***ing learning
Ask for f***ing help.
Use f***ing spell check.
Think about all the f***ing possibilities.