<?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"
	>
<channel>
	<title>Comments on: Get current URL with PHP</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/</link>
	<description></description>
	<pubDate>Thu, 28 Aug 2008 14:29:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Web Designer Philippines</title>
		<link>http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/#comment-552953</link>
		<dc:creator>Web Designer Philippines</dc:creator>
		<pubDate>Fri, 07 Mar 2008 09:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/#comment-552953</guid>
		<description>What is the use of the ff codes?

if ($_SERVER['HTTP_REFERER']=$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])
{echo 'Form came from me';}
else
{echo 'Form came from spam bot at'.$_SERVER['REMOTE_ADDR'].'.';}</description>
		<content:encoded><![CDATA[<p>What is the use of the ff codes?</p>
<p>if ($_SERVER['HTTP_REFERER']=$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])<br />
{echo &#8216;Form came from me&#8217;;}<br />
else<br />
{echo &#8216;Form came from spam bot at&#8217;.$_SERVER['REMOTE_ADDR'].&#8217;.';}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/#comment-548444</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Sat, 09 Feb 2008 21:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/#comment-548444</guid>
		<description>This is fun, and very useful:

if ($_SERVER['HTTP_REFERER']=$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])
	{echo 'Form came from me';}
else
	{echo 'Form came from spam bot at'.$_SERVER['REMOTE_ADDR'].'.';}</description>
		<content:encoded><![CDATA[<p>This is fun, and very useful:</p>
<p>if ($_SERVER['HTTP_REFERER']=$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])<br />
	{echo &#8216;Form came from me&#8217;;}<br />
else<br />
	{echo &#8216;Form came from spam bot at&#8217;.$_SERVER['REMOTE_ADDR'].&#8217;.';}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis</title>
		<link>http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/#comment-538025</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Sat, 24 Nov 2007 20:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/#comment-538025</guid>
		<description>Yea thats one of the things that changed from PHP3 to PHP4. I had forgotten all about it. I just used this in my video app that was assigning an incorrect URL to videos. This variable made the correction. Thanks.</description>
		<content:encoded><![CDATA[<p>Yea thats one of the things that changed from PHP3 to PHP4. I had forgotten all about it. I just used this in my video app that was assigning an incorrect URL to videos. This variable made the correction. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/#comment-499025</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Sun, 11 Feb 2007 04:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/#comment-499025</guid>
		<description>Updated with $_SERVER :)</description>
		<content:encoded><![CDATA[<p>Updated with $_SERVER <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/#comment-498403</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 06 Feb 2007 22:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/01/29/get-current-url-with-php/#comment-498403</guid>
		<description>You should be using $_SERVER (for PHP4 and up). Other than that, I know exactly what you mean ;)</description>
		<content:encoded><![CDATA[<p>You should be using $_SERVER (for PHP4 and up). Other than that, I know exactly what you mean <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.252 seconds -->
