Is their anyway that a variable can be passed to a script from the login screen of .htaccess authentication.
What i would like to do is use .htaccess authentication and then have the username of the person who logged in as a variable in the script.
I dont want to use headers because their is potentially thousands of pages in the protected dir. but i do need someway of doing this.
I am currently using a mysql database for storing the usernames:passwords and other userdata.