Hey Guys,
Im trying to write some code that would get the User's Windows NT Login (assuming they are using windows NT).
I know in Win NT if you type 'print %username%' in the command line it yields the user name. So I tried using exec("print %username%") To do it.... and it worked.. but for my server side.
What I am tring to do is figure out the Client's Login name (username). Any ideas?
BTW getenv("REMOTE_USER"); doesnt work, neither does $_ENV["USERNAME"] - they both give me the servers'
Any ideas?? Is this possible at all even?? Thanks.