On Thursday 03 October 2002 15:00, Rusty Small wrote:
> 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 download only the source (text)
> and no binary da
The server never sends you somethink you don't request. Simply get the
page and there will be no images. If you would want to do the oposite
you would have much more trouble.
Rusty Small wrote:
>I have written a script in which the main purpose is to download html pages
>from multiple web serv
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 download only the source (text) and no
binary data as this would greatly improve the speed of my script.
I've
3 matches
Mail list logo