Hi,
I use PHP 4.0.6 with Apache on Windows NT.
I want to get currently logged in user name (of windows NT). Is there any function ?
Note:- I had used "php_uname()" function, which returned windows NT version only.
You want to use username from client or from server?
I want to get NT login name of the client only.
Actually, I use the data entry page, in which I want to get the client's username.
Thanks in advance.
PHP is serverside only, try Javascript... Not sure you'll be able to get that data easily though