Hi all,
I have a directory protected with a .htaccess requiring valid-user.
When a user ask my server for a page (php naturlich!), apache (the web server) look for an .htaccess file and send a request for a good user name and password.
The user give his name and password accepted by the server.
Now, here is my question:
How can I get the name given by the user in my page (writting in PHP) ???
Thanks