Re: [PHP] Own User authentification

2001-03-15 Thread Chris Lee
simple answer dont use .htaccess. anser your looking for, keep the username / password the same as your login as htaccess and use php's http authentication to login the first time. \n"; exit(); } if ( isset($PHP_AUTH_USER) AND isset($PHP_AUTH_PW) AND $peop_r = fetch_db_value('people_mana

[PHP] Own User authentification

2001-03-15 Thread Holger Rothaug
Hi! I want to have an own user authentification based on a mysql-DB connect. Afterwards I link the user to the specific directory, the user has been authentified for. This user-specific directory is secured by an .htaccess file and therefor a authentification window sent by the web server pops u