<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to get currently logged on windows username in PHP and Javascript</title>
	<atom:link href="http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/</link>
	<description>ABCoder - Coding is Simple as A b c</description>
	<lastBuildDate>Mon, 09 Jan 2012 02:12:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hossain</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-15378</link>
		<dc:creator>Hossain</dc:creator>
		<pubDate>Tue, 29 Nov 2011 06:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-15378</guid>
		<description>How to use the script in a php code, can anyone help me...??</description>
		<content:encoded><![CDATA[<p>How to use the script in a php code, can anyone help me&#8230;??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wasim Amin</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-11750</link>
		<dc:creator>Wasim Amin</dc:creator>
		<pubDate>Tue, 06 Sep 2011 10:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-11750</guid>
		<description>Hi there..
actually i wanna know about how to create session when the user logged in didnt got the answer from the above talk can any one please??</description>
		<content:encoded><![CDATA[<p>Hi there..<br />
actually i wanna know about how to create session when the user logged in didnt got the answer from the above talk can any one please??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alarm Sistemleri</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-10831</link>
		<dc:creator>Alarm Sistemleri</dc:creator>
		<pubDate>Fri, 05 Aug 2011 00:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-10831</guid>
		<description>Thank you for such a fantastic blog. Where else could anyone get that kind of info written in such a perfect way? I have a presentation that I am presently working on, and I have been on the look out for such information

Regards,</description>
		<content:encoded><![CDATA[<p>Thank you for such a fantastic blog. Where else could anyone get that kind of info written in such a perfect way? I have a presentation that I am presently working on, and I have been on the look out for such information</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Khumlo</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-9987</link>
		<dc:creator>Fernando Khumlo</dc:creator>
		<pubDate>Thu, 30 Jun 2011 05:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-9987</guid>
		<description>I am not sure whether getenv() will provide system logon name(if IIS is not your web server) .

I will recommend using mod_ntlm an apache module to get windows logon name. Well you have to make some configuration on http.conf file.</description>
		<content:encoded><![CDATA[<p>I am not sure whether getenv() will provide system logon name(if IIS is not your web server) .</p>
<p>I will recommend using mod_ntlm an apache module to get windows logon name. Well you have to make some configuration on http.conf file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noman</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-9754</link>
		<dc:creator>Noman</dc:creator>
		<pubDate>Thu, 16 Jun 2011 10:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-9754</guid>
		<description>hi,
is this possible i get the domain of Loged in user.i mean when some one on our network visit the jsp page i check on which domain this user is loged in</description>
		<content:encoded><![CDATA[<p>hi,<br />
is this possible i get the domain of Loged in user.i mean when some one on our network visit the jsp page i check on which domain this user is loged in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flipzen</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-9648</link>
		<dc:creator>Flipzen</dc:creator>
		<pubDate>Thu, 09 Jun 2011 19:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-9648</guid>
		<description>
    set X = createobject(&quot;WSCRIPT.Network&quot;)
    document.write(x.UserName)
    </description>
		<content:encoded><![CDATA[<p>set X = createobject(&#8220;WSCRIPT.Network&#8221;)<br />
    document.write(x.UserName)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flipzen</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-9647</link>
		<dc:creator>Flipzen</dc:creator>
		<pubDate>Thu, 09 Jun 2011 19:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-9647</guid>
		<description>The vbscript example works fine, but only in Internet Explorer and only on a webserver, that it is declared as a trusted server.

PHP is a serverside script so the PHP getenv(&quot;username&quot;) returns the userid that runs the website &amp; PHP service. Not the browsing user.</description>
		<content:encoded><![CDATA[<p>The vbscript example works fine, but only in Internet Explorer and only on a webserver, that it is declared as a trusted server.</p>
<p>PHP is a serverside script so the PHP getenv(&#8220;username&#8221;) returns the userid that runs the website &amp; PHP service. Not the browsing user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sachin</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-8951</link>
		<dc:creator>sachin</dc:creator>
		<pubDate>Thu, 05 May 2011 07:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-8951</guid>
		<description>NO</description>
		<content:encoded><![CDATA[<p>NO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johsmith</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-8726</link>
		<dc:creator>johsmith</dc:creator>
		<pubDate>Fri, 01 Apr 2011 00:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-8726</guid>
		<description>can anyone here able to see the javascript in the last post by haringhabagat?

_http://javajave.weblog.com/how-to-get-currently-logged-on-windows-username-and-domain-name-using-javascript/</description>
		<content:encoded><![CDATA[<p>can anyone here able to see the javascript in the last post by haringhabagat?</p>
<p>_http://javajave.weblog.com/how-to-get-currently-logged-on-windows-username-and-domain-name-using-javascript/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haringhabagat</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-6694</link>
		<dc:creator>haringhabagat</dc:creator>
		<pubDate>Thu, 17 Jun 2010 09:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-6694</guid>
		<description>guys i finally decided to make my own blog :) cheers you can find the script at my blog below 

_http://javajave.weblog.com/how-to-get-currently-logged-on-windows-username-and-domain-name-using-javascript/ 

hope this helps :)</description>
		<content:encoded><![CDATA[<p>guys i finally decided to make my own blog :) cheers you can find the script at my blog below </p>
<p>_http://javajave.weblog.com/how-to-get-currently-logged-on-windows-username-and-domain-name-using-javascript/ </p>
<p>hope this helps :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

