We are currently trying to make a move from ASP to PHP. We have got the code in ASP working which is simply with this code.
which gives us the username of the user using the computer such as Expedia.org/Chris.Johnson (Domain/UserName). I have hunted all over the internet looking for a solution to this problem. We are using an Apache 2 Server and PHP 4.
Thank you for any help in advance
Chris Johnson
Code:
Request.ServerVariables("LOGON_USER")
which gives us the username of the user using the computer such as Expedia.org/Chris.Johnson (Domain/UserName). I have hunted all over the internet looking for a solution to this problem. We are using an Apache 2 Server and PHP 4.
Thank you for any help in advance
Chris Johnson