Re: [PHP] caching program

2003-09-12 Thread Andrea Tricco
the path www.php.net/manual/it/ Best regards. Andrea - Original Message - From: "Andrea Tricco" <[EMAIL PROTECTED]> To: "php-general" <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 1:11 PM Subject: Re: [PHP] caching program > For the images t

Re: [PHP] caching program

2003-09-12 Thread Andrea Tricco
m: "Ryan Gibson" <[EMAIL PROTECTED]> To: "Andrea Tricco" <[EMAIL PROTECTED]>; "php-general" <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 12:26 PM Subject: Re: [PHP] caching program > You could pull out all the img src attributes and if they do

[PHP] caching program

2003-09-12 Thread Andrea Tricco
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

[PHP] caching program...

2003-09-12 Thread Andrea Tricco
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