Posted by Bob on 09/20/06 16:47
My directory uses .htaccess authorization by requiring a username and
password. I want to keep a simple log of all transactions to a DB which
will provide the who-what-when-where for all edit/add/delete
operations. To this end, I want to obtain the username provided in the
..htaccess login. I've tried $PHP_AUTH_USER and $PHP_REMOTE_USER but
both variables are blank.
How can I get the username?
Navigation:
[Reply to this message]
|