getting windows username in http or php?

  • Thread starter Thread starter Chris D
  • Start date Start date
C

Chris D

Guest
Hi, how can I get a persons windows username in html or php? Is it possible? What method can I use.

Thx
 
Script:
var w=new ActiveXObject("wscript.shell");
var u=w.ExpandEnvironmentStrings
("%username%");
 
Back
Top