Date: 06/15/02
- Next message: Lazor, Ed: "[PHP] Can't set a cookie?"
- Previous message: Analysis & Solutions: "Re: [PHP] Regular expression newbie question, convert this: [::word1 \" word2 \" word3::] to : ".word1 " word2 " word3.""
- Maybe in reply to: Jeff Bearer: "[PHP] saving a jpeg via HTTP"
- Next in thread: Daniel Tryba: "Re: [PHP] saving a jpeg via HTTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Perhaps you could try a cURL or some other FTP approach?
----- Original Message -----
From: Jeff Bearer
Sent: Saturday, June 15, 2002 11:16 AM
To: php-general <email protected>
Subject: [PHP] saving a jpeg via HTTP
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.phpGet more from the Web. FREE MSN Explorer download : http://explorer.msn.com
- Next message: Lazor, Ed: "[PHP] Can't set a cookie?"
- Previous message: Analysis & Solutions: "Re: [PHP] Regular expression newbie question, convert this: [::word1 \" word2 \" word3::] to : ".word1 " word2 " word3.""
- Maybe in reply to: Jeff Bearer: "[PHP] saving a jpeg via HTTP"
- Next in thread: Daniel Tryba: "Re: [PHP] saving a jpeg via HTTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

