Posted by Richard Brooks on 03/05/07 22:20
I've got a standard php username and password checking system written
but I now need to be able to allow access to a restricted folder if the
user's details have been validated.
It would have been nice to allow the php checking section to pass a
master name and password and then for the .htaccess and .htpasswd files
to allow entries for all users who pass the criteria without the HTTP
username/password popup box showing up then allow them access to the
folder.
Is there an invisible way in php to do this ?
Many thanks!
[Back to original message]
|