Is there a way to get a network user id from php. I tried getenv("REMOTE_USER"); did not work. Is there something in the php configuration setting that I need to change to get that to work? Any other thoughts would be greatly appreciated.
Thanks, Phil
If anyone does know how to do this this would be a big help to me as well
I use AUTH_USER. But also, I'm serving up an Intranet from Win2k Adv Server and IIS5.
Anyway, AUTH_USER should return to you the logged on user in the form of DOMAIN\USERNAME.
Very cool thanks for the help I will try that