[PHP] Re: using fopen() to download remote files

2002-10-03 Thread Cliff Small
Thanks for the help Gamin. I've been reading some posts and have noticed that lots of people are having the same problem as I. I'm using php 4.1.2 which came with redhat 7.3. I think that there was a bug in 4.1.2 regarding fopen() and unusually long delays with HTTP files. I may try and compil

[PHP] Re: using fopen() to download remote files

2002-10-03 Thread gamin
"Rusty Small" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks for the help. I made the assumption that all data from each page was > being downloaded but it is not. > > I do have one other question. I've used microtime() to test how long it > takes to

[PHP] Re: using fopen() to download remote files

2002-10-03 Thread Rusty Small
Thanks for the help. I made the assumption that all data from each page was being downloaded but it is not. I do have one other question. I've used microtime() to test how long it takes to download each page and have noticed that some pages may take as long as 45 seconds to download!!! I know

[PHP] Re: using fopen() to download remote files

2002-10-03 Thread gamin
"Rusty Small" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have written a script in which the main purpose is to download html pages > from multiple web servers. I'm using the fopen() function to download these > pages. I would like to be able to downloa