Re: [PHP] Any idea how to automatically post to http authentication?

2004-09-21 Thread Greg Donald
On Tue, 21 Sep 2004 14:24:08 -0500, j kensler <[EMAIL PROTECTED]> wrote:
> I'm trying to create a php page that automatically posts data to
> several other webpages (to log in). However one of the pages is using
> some sort of CGI HTTP authentication. Is there any way that I can see
> what the names of the fields are (such as user or username or
> whatever). And also is there any way that I can post the data that the
> HTTP authentication needs via PHP?

I don't know if you have looked there yet, but PEAR seems to have
quite a few HTTP packages:

http://pear.php.net/packages.php?catpid=11&catname=HTTP

Also, you might try curl:

http://pear.php.net/package/Net_Curl


-- 
Greg Donald
http://gdconsultants.com/
http://destiney.com/

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



[PHP] Any idea how to automatically post to http authentication?

2004-09-21 Thread j kensler
I'm trying to create a php page that automatically posts data to
several other webpages (to log in). However one of the pages is using
some sort of CGI HTTP authentication. Is there any way that I can see
what the names of the fields are (such as user or username or
whatever). And also is there any way that I can post the data that the
HTTP authentication needs via PHP?

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