[PHP] determine logged in user

2004-03-16 Thread Ashley
Can PHP determine the username of the person currently logged into a Windows 2K machine? If so, could someone please point me to some tutorials or post the necessary code, because I cannot find anything about this. Thanks in advance, Ashley -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] determine logged in user

2004-03-16 Thread Jay Blanchard
[snip] Can PHP determine the username of the person currently logged into a Windows 2K machine? If so, could someone please point me to some tutorials or post the necessary code, because I cannot find anything about this. [/snip] see the manual http://us2.php.net/features.http-auth -- PHP

Re: [PHP] determine logged in user

2004-03-16 Thread Ashley
This is not what I am looking for. I do not want a username/password dialog box. I want it to determine the username from who is logged into the computer and not to prompt for a username and password. I already knew how to generate a dialog box for this, but I want this to be done behind

Re: [PHP] determine logged in user

2004-03-16 Thread Justin Patrin
Ashley wrote: This is not what I am looking for. I do not want a username/password dialog box. I want it to determine the username from who is logged into the computer and not to prompt for a username and password. I already knew how to generate a dialog box for this, but I want this to be