Forum Moderators: coopster
Good luck!
Actually you might find the value in a $_SERVER variable. Many servers will populate a $_SERVER index with the authentication information [php.net], including the userid and plain text password:
$_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW']