Oke I have the following problem.
I run an intranet site on a W2k machine with IIS 5.
The people at work logon to a Novell Server.
Is there a possibility that I can grab the novell username(with PHP) when they go to the Intranet site.
I've tried
$network_user = getenv("LOGON_USER");
And that didn't work.
So can anyone help me.