Re: [PHP] $_SERVER['PHP_AUTH_USER'] not set

2006-03-17 Thread chris smith
On 3/18/06, Jay Blanchard <[EMAIL PROTECTED]> wrote: > Apache2 > PHP 4.4.n > Suse Linux 10 > > PHP_AUTH_USER is not getting set in the $_SERVER array. Thoughts? It only gets set once you get to a page behind a htpasswd'ed area - it's not in there by default. -- Postgresql & php tutorials http://w

[PHP] $_SERVER['PHP_AUTH_USER'] not set

2006-03-17 Thread Jay Blanchard
Apache2 PHP 4.4.n Suse Linux 10 PHP_AUTH_USER is not getting set in the $_SERVER array. Thoughts? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php