Is there any way of getting the variable from the username field used when accessing a site using a htpasswd and passing this variable to another page....so that it can be used for logging the users in a db.
PHP rips 'em off from Apache and calls them her own... <? echo "Your username is $GLOBALS['PHP_AUTH_USER']<br>"; echo "Your password is $GLOBALS['PHP_AUTH_PW']</p>"; ?>
...the bitch 🙂