Page 1 of 1

Cant get authenciation working

Posted: Sat Apr 10, 2004 9:00 am
by gerrymac
Hi i am having problems getting authenication working on my site. I ahve my code which uses ($PHP_AUTH_USER)) and $PHP_AUTH_PW) method. I ma pretty such that my code is right but the system still will not validate the user that i have in my user database, Is there a setting on either apache or PHP that enables this to work or is there any add on that needs to be added.

Thx
Gerry

Posted: Sat Apr 10, 2004 9:02 am
by markl999
Try using $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'] but without seeing some code it's anyones guess ;)