[PHP] HTTP Authorization

2001-07-13 Thread Tom Malone
Call me stupid, because this may be a stupid question, but I have searched all over for the answer and cannot find it. How can you get the username and password from HTTP_AUTH_USER or another environment variable in PHP? I need to determine who is logging in so I can connect to the correct

RE: [PHP] HTTP Authorization

2001-07-13 Thread Don Read
On 13-Jul-01 Tom Malone wrote: Call me stupid, because this may be a stupid question, but I have searched all over for the answer and cannot find it. How can you get the username and password from HTTP_AUTH_USER or another environment variable in PHP? I need to determine who is logging in