Re: [PHP] Remote grabbed images are blank

2004-10-12 Thread Mag
Hi Rick, Thanks for replying. > Mag wrote: > > Hi, > > I got a pretty good code snippet from Zend to grap > a > > remote image and save it to disk, the problem is, > when > > it saves to my disk i am unable to open the > > images...they are blank and the file matches the > > remote images filesiz

Re: [PHP] Remote grabbed images are blank

2004-10-12 Thread Rick Fletcher
Mag wrote: Hi, I got a pretty good code snippet from Zend to grap a remote image and save it to disk, the problem is, when it saves to my disk i am unable to open the images...they are blank and the file matches the remote images filesize... [snip] ob_start(); readfile($url); $img = ob_get_

Re: [PHP] Remote grabbed images are blank

2004-10-12 Thread Jason Wong
On Wednesday 13 October 2004 02:22, Mag wrote: > I got a pretty good code snippet from Zend to grap a > remote image and save it to disk, the problem is, when > it saves to my disk i am unable to open the > images...they are blank and the file matches the > remote images filesize... > > > Heres th

[PHP] Remote grabbed images are blank

2004-10-12 Thread Mag
Hi, I got a pretty good code snippet from Zend to grap a remote image and save it to disk, the problem is, when it saves to my disk i am unable to open the images...they are blank and the file matches the remote images filesize... Heres the code I got from Zend: Start code ##