Re: [PHP] $PHP_AUTH_USER question...

2003-06-09 Thread Wendell Brown
On Fri, 6 Jun 2003 11:36:51 +0100, [EMAIL PROTECTED] wrote: >How can I get that to talk to $PHP_AUTH_USER? I'm not sure this is exactly what you want (actually, I'm pretty sure this is coming at it from the opposite end), but here is a way I used it for a very simple / low security situation. I

[PHP] $PHP_AUTH_USER question...

2003-06-06 Thread Tristan . Pretty
I have a page that allows a user to login, provided their username and password files from a previous form, match an entry in a MySQL database. All fairly standard. How can I get that to talk to $PHP_AUTH_USER? When I use an .htaccess file to a directory that's protected, I don't want the user