Hi All,
Newbie to PHP and would appreciate any help. I'm trying to find a script or instructions on how to do the following:
I have a web site that I would like different customers to log into, via a web form, with user name and password. Based upon login name, the user gets redirected to a protected directory where only he has access to that content. If the login is invalid, it will redirect them to failed login page. I would ideally like this script to check against an NT Server's user base, but not necessary.
I searched the archives and script downloads and found only a couple of redirect scripts, but not quite like what I need.
I am running the following:
- Win2K Pro
- IIS 5
- PHP 4.1.1
Thanks,
-Rich