<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to get the IP address on local Windows Machine</title>
	<link>http://www.php-scripts.com/20051101/55/</link>
	<description>Writing about PHP scripting since 12/99. Learn something new every day.</description>
	<pubDate>Fri, 10 Sep 2010 04:03:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Ivan</title>
		<link>http://www.php-scripts.com/20051101/55/#comment-37080</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Mon, 23 Jul 2007 01:44:23 +0000</pubDate>
		<guid>http://www.php-scripts.com/20051101/55/#comment-37080</guid>
		<description>Thanks! This is just what I needed to complete a Script! I didn't remember what Server Variable held the server IP.

Iván</description>
		<content:encoded><![CDATA[<p>Thanks! This is just what I needed to complete a Script! I didn&#8217;t remember what Server Variable held the server IP.</p>
<p>Iván</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suniti Agrawal</title>
		<link>http://www.php-scripts.com/20051101/55/#comment-159</link>
		<dc:creator>Suniti Agrawal</dc:creator>
		<pubDate>Mon, 27 Mar 2006 11:36:43 +0000</pubDate>
		<guid>http://www.php-scripts.com/20051101/55/#comment-159</guid>
		<description>$_server['SERVER_ADDR'] Gives the local IP address.
Try with it.</description>
		<content:encoded><![CDATA[<p>$_server[&#8217;SERVER_ADDR&#8217;] Gives the local IP address.<br />
Try with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.php-scripts.com/20051101/55/#comment-55</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 24 Jan 2006 00:59:21 +0000</pubDate>
		<guid>http://www.php-scripts.com/20051101/55/#comment-55</guid>
		<description>But from within PHP how can I determine what my local IP address is.  $REMOTE_ADDR gives us the IP address of the machine, but if I have 3 network adapters (LAN, Wireless and a VPN connection) how do I know what my local IP address is that received the request?

Consider the case where you are running a local PHP script (this is not part of a website) and you need to know your address.</description>
		<content:encoded><![CDATA[<p>But from within PHP how can I determine what my local IP address is.  $REMOTE_ADDR gives us the IP address of the machine, but if I have 3 network adapters (LAN, Wireless and a VPN connection) how do I know what my local IP address is that received the request?</p>
<p>Consider the case where you are running a local PHP script (this is not part of a website) and you need to know your address.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
