Page 1 of 1
How to obtain the user id to an equipment when the user logs
Posted: Tue May 23, 2006 11:10 am
by Ludmila283
Do you know how to obtain the user of an equipment? For example, the user logs into windows to start working. How can I know who is the user using PHP.
Posted: Tue May 23, 2006 11:34 am
by RobertGonzalez
Have you searched this community yet? I believe there was a discussion about this several days ago.
Thank you for your advice
Posted: Tue May 23, 2006 12:00 pm
by Ludmila283
Thank you for your advice.
On the other hand, I just met the forum today.
Re: Thank you for your advice
Posted: Tue May 23, 2006 12:40 pm
by Roja
Ludmila283 wrote:Thank you for your advice.
On the other hand, I just met the forum today.
Welcome!
Searching these forums will make you far more knowledgable. The forums have been around for years, and almost every major question has been asked and answered at some point. In this case, a search for "Windows auth" (choose search for all terms) will yield very helpful threads that have already answered it.
Thank you I found the solution for you!!!
Posted: Tue May 23, 2006 3:40 pm
by Ludmila283
The answer is print($_SERVER['AUTH_USER']);
ok, I ´precciate your help.