</PROBLEM>Big question?!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
acata2003
Forum Newbie
Posts: 2
Joined: Wed Sep 07, 2005 3:21 am
Contact:

</PROBLEM>Big question?!!

Post by acata2003 »

I must return in a web page username of the person logged in WINDOWS XP
i try javascript,VB scripts, but imposibile to display from HTTP REQUEST user name of the person logged in windows
Sorry for my english :oops:
need :idea:
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

It's not possible unless you write some client-side application that they run to send you that information. Not something PHP can do and something I'd like to think my browsers don't send to random websites :)
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

ActiveX could handle this, and thats as far as my knowledge on the subject goes :wink:
Post Reply