Hello PHP experts - Is there a way to capture the user name that was used to log into the page via htaccess passwords to use within PHP? Like if I am logging in as admin with whatever password through an htaccess password authentication, how can I assign "admin" to a string to use in PHP? Thanks!