Posted by jerrygarciuh on 06/08/05 19:17
I should add that if I add an .htaccess to a folder requiring username "dm" and password "whatever" and then do this <?php echo 'PHP_AUTH_USER =' . $_SERVER['PHP_AUTH_USER'] . '<br>'; echo 'PHP_AUTH_PW =' . $_SERVER['PHP_AUTH_PW'] . '<br>'; echo 'REMOTE_USER =' . $_SERVER['REMOTE_USER'] . '<br>'; ?> I get this: PHP_AUTH_USER = PHP_AUTH_PW = REMOTE_USER =dm so REMOTE_USER is defined but no :password. jg
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming