running our intranet with php and would like to display the users logon name. PCs are running on windows 9x, 2000, xp.
i've tried
$ip =$_SERVER['PHP_AUTH_USER'];
echo "<font>Your username is: $ip</font><br>";
and get nothing
i can display ip and computername but not username (windows or network)
can anyone come up with any suggestions?
Cheers
i've tried
$ip =$_SERVER['PHP_AUTH_USER'];
echo "<font>Your username is: $ip</font><br>";
and get nothing
i can display ip and computername but not username (windows or network)
can anyone come up with any suggestions?
Cheers