I have a website with .htaccess authenticate.
I want to get htaccess username and password and use them in .php page. Is this 
possible?

mypage.php:
<?
...
$user == htaccess user
$pwd == htaccess pass
?>

Reply via email to