Re: [PHP] .htaccess and PHP

2002-08-12 Thread Analysis & Solutions
On Tue, Aug 13, 2002 at 12:01:24AM +0300, Smad wrote: > > I am authenticating users on my website using .htaccess. > After they log in, I want to pass the user info (for ex: a unique nr. > identifiying the person) thruought all the pages which are affected by the > .htaccess file $_SERVER['PHP_A

[PHP] .htaccess and PHP

2002-08-12 Thread Smad
Hi I am authenticating users on my website using .htaccess. After they log in, I want to pass the user info (for ex: a unique nr. identifiying the person) thruought all the pages which are affected by the .htaccess file, in order to extract that user's info from the database. I must tell you that