--- Marc Richards <[EMAIL PROTECTED]> wrote:
> I need to do a whole bunch of url calls but all I need is the
> headers, I don't have curl support compiled in and I probably won't
> bother compiling in if it can't do HEAD (I'll just use fopen).

cURL is great for handling all of the details for you, but if all you are
wanting to do is send a HEAD request and read the headers, are you sure that
using fopen() isn't a good solution?

Chris

=====
HTTP Developer's Handbook
     http://shiflett.org/books/http-developers-handbook
My Blog
     http://shiflett.org/

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

Reply via email to