Not sure if anyone can help me, but I have installed PHP and Apache on my win xp computer and am having no problems there. However, i am trying to authenticate a user using http authentication and then use the username and password entered to log on to a database. The problem arises when I try to use the $PHP_AUTH_USER and $PHP_AUTH_PW variables; I keep getting the error message that there are no such variables, yet it IS authenticating me properly.
Is there a setting on Apache I need to change to be able to do this, or is it something in PHP?