php-general | 2001072
Date: 07/24/01
- Next message: Duy B: "[PHP] Programming by PHP"
- Previous message: John Holcomb: "[PHP] Thank you for your help with Includes"
- Next in thread: David Hall: "RE: [PHP] .htaccess and determining if a user is logged in"
- Maybe reply: David Hall: "RE: [PHP] .htaccess and determining if a user is logged in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm using Apache .htaccess to require certain users to log into the system
in order to view certain files. However, on one of my php scripts, it's not
within the realm of .htaccess protection. How do I determine if the user
viewing the page is an authenticated user or not? I want to present these
authenticated users with additional features while viewing the page. Do I
just check REMOTE_USER for a value? I'm not even sure if that works.
For the most part, I don't want to really care about any intensive php link
with user log in's. I like the simple approach of .htaccess.
Any help would be greatly appreciated. Thanks in advance!
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Duy B: "[PHP] Programming by PHP"
- Previous message: John Holcomb: "[PHP] Thank you for your help with Includes"
- Next in thread: David Hall: "RE: [PHP] .htaccess and determining if a user is logged in"
- Maybe reply: David Hall: "RE: [PHP] .htaccess and determining if a user is logged in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

