After users login using basic authentication the username would be echo'ed but PHP variables $PHP_AUTH_USER and $PHP_AUTH_PW
stopped working.
I also tried $_SERVER['PHP_AUTH_USER'] as used in the PHP online documentation but it didn't work.
code:
<?
echo $PHP_AUTH_USER ." and ". $PHP_AUTH_PW
?>
returns:
and
Please advise.
Thanks,
Alex