You could pull out all the img src attributes and if they don't contain
"http://"; then prepeand the address of te page then download otherwise just
downlocad the url, but to get the page to work in the new location you may
have to replace the img src attributes

Ryan Gibson
-----------
[EMAIL PROTECTED]

On 17/9/03 11:16 am, "Andrea Tricco" <[EMAIL PROTECTED]> wrote:

> Hi,
> I'm using the function "file_get_contents()" to replicate the content of a
> remote html page on my server.
> But, the function file_get_contents() works even when the name of the file
> is not specified. For example:
> 
> "http://www.php.net"; rather that "http://php.net/index.php";
> 
> Does a method exist to know the name of the file received form web server?
> 
> I would like to write a program that automatically downloads the images
> inserted into a html page.
> For this reason, I need to determine the paths of the images in order to get
> them from the web server.
> In other words, my program should work as the "Save as" function (File menu)
> of any Web browser.
> 
> Can anybody help me?
> 
> Best regards.
> Andrea

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to