[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

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