I have an htaccess protected page. How can I use that authorization to limit what a person can do in my php scripts?
Basically, I want to retrieve information from a database based upon the htacess logon user.
I'm not sure how to tell which user is logged in via htacess.