Hi all,

Please tell me how can I fetch an html document from a web page, let's say
starting from the character 1000, and get the text until the caracter 5000.

In fact, I want to use the GET or POST method, and to also send to the
server the HTTP header:

Range: bytes=1000-5000

Thanks.

Teddy

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

Reply via email to