Date: 06/15/02
- Next message: Steve Clay: "Re[2]: [PHP] massive find/replace on MySQL db"
- Previous message: Julie Meloni: "Re: [PHP] massive find/replace on MySQL db"
- Next in thread: Nathan Taylor: "Re: [PHP] saving a jpeg via HTTP"
- Maybe reply: Nathan Taylor: "Re: [PHP] saving a jpeg via HTTP"
- Reply: Daniel Tryba: "Re: [PHP] saving a jpeg via HTTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
What is the best way using only PHP to grab a image file off a website a
d save it locally? I know I can use wget and this would be a piece of
cake, but in this case I don't want to rely on external programs.
I'm trying to read it with fsockopen and writing it with fopen to the
file but the file is no good when it's saved, I saw that it saved the
http headers in there so I cut those out but still, the image wan't
viewable.
I was using fsockopen instead of file because I want to use the timeout
feature of fsockopen.
any help is appriciated.
-- Jeff Bearer, RHCE Webmaster, PittsburghLIVE.com 2002 EPpy Award, Best Online U.S. Newspaper-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Steve Clay: "Re[2]: [PHP] massive find/replace on MySQL db"
- Previous message: Julie Meloni: "Re: [PHP] massive find/replace on MySQL db"
- Next in thread: Nathan Taylor: "Re: [PHP] saving a jpeg via HTTP"
- Maybe reply: Nathan Taylor: "Re: [PHP] saving a jpeg via HTTP"
- Reply: Daniel Tryba: "Re: [PHP] saving a jpeg via HTTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

