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 possibl

[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