adi Fri, 28 Jun 2002 06:26:43 -0700
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 ?>