Is there a way to get the variable username, in a .htpasswd file? Example.......directory is protected with .htaccess and .htpasswd. From the web, when the user logs in I would like to be able to get the username in a variable ...... so I can do stuff with it........such as welcome......"$username" or "$username uploaded this file". Is this possible? I will be getting the variable from the webpage i'm assuming..