<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dynamic Guru &#187; ip address</title>
	<atom:link href="http://www.dynamicguru.com/tag/ip-address/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dynamicguru.com</link>
	<description>Web design, Web development ,WordPress themes , php &#38; random techy stuff</description>
	<lastBuildDate>Sun, 22 Jan 2012 13:55:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Display your visitors IP address using php</title>
		<link>http://www.dynamicguru.com/php/display-your-visitors-ip-address-using-php/</link>
		<comments>http://www.dynamicguru.com/php/display-your-visitors-ip-address-using-php/#comments</comments>
		<pubDate>Wed, 06 May 2009 07:31:51 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[php superglobal]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/2009/05/display-your-visitors-ip-address-using-php/</guid>
		<description><![CDATA[The following line of code shows your visitors their IP address,


&#60;?php echo $_SERVER&#91;'REMOTE_ADDR'&#93; ?&#62;


For knowing what all super globals are available for you use the function phpinfo(); or print the complete $_SERVER array using print_r($_SERVER); 
]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/display-your-visitors-ip-address-using-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

