Hi,
I have a simple authentication script.
if ($username == "abc")
{
readfile("abc/index.php");
}
else
readfile("index.php");
What I would like to know if there is some way that I can have the user
checked against the user in directory /abc/.htaccess? I would like to have
the script to jump into a directory if authenticates. Can this be done with
a single authentication? TIA.
Regards,
Norman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]