Re: [PHP] authentication variable

2003-08-30 Thread Curt Zirzow
* Thus wrote BhongOng ([EMAIL PROTECTED]):
> Hi,
> 
> I have some questions. Is it possible to pass login data such
> as username and password to the HTTP Basic Authentication
> dialog box from PHP? How do you code that?

I know for sure with Basic authentication you can't.

> 
> Is it also possible to get the variable data from the Authentication
> dialog once login? I tried putting phpinfo() in an index.php page inside
> the web protected directory but I can only see the username in the
> variables..

Answers to this and probably other questions that might come up
about authentication:

  http://php.net/features.http-auth



Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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



[PHP] authentication variable

2003-08-30 Thread BhongOng
Hi,

I have some questions. Is it possible to pass login data such
as username and password to the HTTP Basic Authentication
dialog box from PHP? How do you code that?

Is it also possible to get the variable data from the Authentication
dialog once login? I tried putting phpinfo() in an index.php page inside
the web protected directory but I can only see the username in the
variables..



Calixto Ong II

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