Re: [PHP] How to get userID/password from the browser session

2001-01-18 Thread david klein


It works!  Great!  Thank you very much for the great help!

Regards,
David

>From: Ignacio Vazquez-Abrams <[EMAIL PROTECTED]>
>To: david klein <[EMAIL PROTECTED]>
>Subject: Re: [PHP] How to get userID/password from the browser session
>Date: Thu, 18 Jan 2001 18:38:34 -0500 (EST)
>
>On Thu, 18 Jan 2001, david klein wrote:
>
> >
> > Ignacio,
> >
> >   Thank you very much!
> >   The UserID works, but I couldn't get the password ( I used
> > print($HTTP_SERVER_VARS["PHP_AUTH_PASSWD"])  ), it is empty.
> > Any suggestion?  BTW, what does IIRC mean?
> >
> > Regards,
> > David
> >
>
>Whoops, I meant PHP_AUTH_PW. I need to get some more sleep tonight :)
>
>IIRC means If I Remember Correctly.
>
>--
>Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>
>

_
Get your FREE download of MSN Explorer at http://explorer.msn.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] How to get userID/password from the browser session

2001-01-18 Thread Ignacio Vazquez-Abrams

On Thu, 18 Jan 2001, david klein wrote:

> In Apache authentication, userID/password are stored in browser session, and
> every time, these information will be sent back to the Apache server and do
> the authentication.
>
> My question is: can we get the userID/password from the browser session,
> especially in PHP?
>
> Thank you very much in advance.
>
> David
>

$HTTP_SERVER_VARS["PHP_AUTH_USER"] and $HTTP_SERVER_VARS["PHP_AUTH_PASSWD"],
IIRC.

-- 
Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] How to get userID/password from the browser session

2001-01-18 Thread david klein

In Apache authentication, userID/password are stored in browser session, and 
every time, these information will be sent back to the Apache server and do 
the authentication.

My question is: can we get the userID/password from the browser session, 
especially in PHP?

Thank you very much in advance.

David
_
Get your FREE download of MSN Explorer at http://explorer.msn.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]