I have some files in a directory protected by .htaccess and would like to use PHP to log accesses to this directory.
Does anybody know of a way to pass the user name entered in .htaccess's pop-up box as a variable for use in subsequent pages?
I suppose an alternative would be somehow to send these values to the box, perhaps as url-encoded, but I can't see how to do this.