<?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>PHP Tutorials Code Snippets and Php Tips &#187; php referrer</title>
	<atom:link href="http://readytousesolutions.com/phpblog/tag/php-referrer/feed/" rel="self" type="application/rss+xml" />
	<link>http://readytousesolutions.com/phpblog</link>
	<description>PHP tutorials - Examples of the most useful scripts</description>
	<lastBuildDate>Thu, 23 Sep 2010 06:54:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PHP Tutorial : Check the referrer</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-check-the-referrer/</link>
		<comments>http://readytousesolutions.com/phpblog/php-tutorial-check-the-referrer/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 21:27:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Usefull PHP]]></category>
		<category><![CDATA[get referrer]]></category>
		<category><![CDATA[page referrer]]></category>
		<category><![CDATA[php referrer]]></category>
		<category><![CDATA[referrer]]></category>
		<category><![CDATA[show referrer]]></category>
		<category><![CDATA[website referrer]]></category>

		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=76</guid>
		<description><![CDATA[Simple and short for today, but very popular and searched daily which means it will be usefull for you. Here is the code to get a referrer with php &#60;?php $ref = $_SERVER['HTTP_REFERER']; print $ref; ?&#62;]]></description>
			<content:encoded><![CDATA[<p>Simple and short for today, but very popular and searched daily which means it will be usefull for you.<br />
Here is the code to get a referrer with php</p>
<pre class="php">
<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span>
$ref <span class="phpOperator">=</span> <span class="phpScriptVar">$_SERVER</span><span class="phpOperator">[</span><span class="phpString">'HTTP_REFERER'</span><span class="phpOperator">]</span><span class="phpText">;</span>
<span class="phpFunction">print</span> $ref<span class="phpText">;</span>
<span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://readytousesolutions.com/phpblog/php-tutorial-check-the-referrer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

