Hi,
Ok i tried with fread() :
$fd = fopen ($url, "r");
if (!$fd) echo "NO FD";
$buffer = fread($fd,$length);
echo $buffer;
fclose ($fd);
But it keep on return me the error :
Warning: fopen("http://www.abc.com/images/a.jpg", "ar+") - Operation now in progress in /usr/local/apache/htdocs/index.php on line 246
NO FD
Warning: fread(): supplied argument is not a valid File-Handle resource in /usr/local/apache/htdocs/index.php on line 248
Warning: fclose(): supplied argument is not a valid File-Handle resource in /usr/local/apache/htdocs/index.php on line 250