On 13 May 2002 at 17:21, Mauricio wrote:
> I am using apaches' authentication.
> How do i do for get user name and password in PHP?

PHP 4.1.x or later: $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW']

Earlier PHP: $PHP_AUTH_USER and $PHP_AUTH_PW

-- 
Stuart

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

Reply via email to