Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/11/2007, 15:04
Avatar de Seppo
Seppo
 
Fecha de Ingreso: marzo-2005
Ubicación: Buenos Aires, Argentina
Mensajes: 1.284
Antigüedad: 19 años, 2 meses
Puntos: 17
Re: imagecreatefromjpg() url externa

Estás seguro que está bien la ruta?
Probá lo siguiente...
Código PHP:
error_reporting(E_ALL);
$image $_GET['i'];
$carpeta $_GET['c'];
$image"imgs/" .$carpeta "/" $image ".jpg";  
$ext substr($image, -3); 
//header("Content-Type: image/jpeg"); 
readfile($image); 
Ahí te debería decir si hay un error o algo al abrir la imagen