farkewie Posted September 5, 2007 Share Posted September 5, 2007 hi i a making a form that will insert a few things in to a mysql database, i am trying to make a field that will show the users domain username but i cant seem to find anything to do it, i am in a corporate network with thousands of users, i am using one of the pc's to setup a mysql / php / apache server just using (xampp) we will access the pages using netbios (http://computername/index.php). our intranet needs windows credentials to access most of the pages so the info must bestored in ie i just cant find the php code to access it, i have tried, <?php print_r ($_AUTH_USER); and a few variations. any help would be great. Link to comment https://forums.phpfreaks.com/topic/68008-echo-windows-username-intranet/ Share on other sites More sharing options...
johntp Posted July 10, 2008 Share Posted July 10, 2008 Looks like you probably allready found your answer but for other people with the same questions it is: <? echo $_SERVER['AUTH_USER']; ?> Link to comment https://forums.phpfreaks.com/topic/68008-echo-windows-username-intranet/#findComment-586679 Share on other sites More sharing options...
DarkWater Posted July 10, 2008 Share Posted July 10, 2008 WHOA this was almost a year old....I seriously doubt the ability of some people to read dates. Link to comment https://forums.phpfreaks.com/topic/68008-echo-windows-username-intranet/#findComment-586683 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.