<?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: Hide Affiliate Links The PHP Way</title>
	<atom:link href="http://www.tyleringram.com/blog/hide-affiliate-links-the-php-way/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tyleringram.com/blog/hide-affiliate-links-the-php-way</link>
	<description>Miscellanious Ramblings of a Web Developer in the Metro Vancouver area. Technology, Web Development, Photography, Computers and Outdoor Activities</description>
	<lastBuildDate>Thu, 11 Mar 2010 07:39:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sean Hagen</title>
		<link>http://www.tyleringram.com/blog/hide-affiliate-links-the-php-way/comment-page-1#comment-2004</link>
		<dc:creator>Sean Hagen</dc:creator>
		<pubDate>Wed, 23 Apr 2008 20:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyleringram.com/?p=51#comment-2004</guid>
		<description>The thing to be careful about here is to make sure that you verify that they&#039;re coming from your site, otherwise your redirect script could be used for less than ideal purposes by those with shady morals.</description>
		<content:encoded><![CDATA[<p>The thing to be careful about here is to make sure that you verify that they&#8217;re coming from your site, otherwise your redirect script could be used for less than ideal purposes by those with shady morals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Ingram</title>
		<link>http://www.tyleringram.com/blog/hide-affiliate-links-the-php-way/comment-page-1#comment-124</link>
		<dc:creator>Tyler Ingram</dc:creator>
		<pubDate>Tue, 30 Oct 2007 04:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyleringram.com/?p=51#comment-124</guid>
		<description>Which part of TLA uses javascript? The links I had to refer people to them using my ID are all URL based.

Do they have a widget that you can click on that&#039;s got javascript in it?</description>
		<content:encoded><![CDATA[<p>Which part of TLA uses javascript? The links I had to refer people to them using my ID are all URL based.</p>
<p>Do they have a widget that you can click on that&#8217;s got javascript in it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Make Money Online &#124; David Elefant</title>
		<link>http://www.tyleringram.com/blog/hide-affiliate-links-the-php-way/comment-page-1#comment-123</link>
		<dc:creator>Make Money Online &#124; David Elefant</dc:creator>
		<pubDate>Mon, 29 Oct 2007 13:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyleringram.com/?p=51#comment-123</guid>
		<description>Will the above work with affilite links that are written in javascript like the ones from TLA?

 Which I can not get to work on my blog.</description>
		<content:encoded><![CDATA[<p>Will the above work with affilite links that are written in javascript like the ones from TLA?</p>
<p> Which I can not get to work on my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Ingram</title>
		<link>http://www.tyleringram.com/blog/hide-affiliate-links-the-php-way/comment-page-1#comment-122</link>
		<dc:creator>Tyler Ingram</dc:creator>
		<pubDate>Tue, 16 Oct 2007 22:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyleringram.com/?p=51#comment-122</guid>
		<description>If you point the link to a page with just that yes.

So

&lt;?php
header(&quot;Location: http://URL.OF.AFFILIATE.LINK.HERE&quot;);
exit();
?&gt;
 Would be all you needed. Call it redirect.php and then just point your affiliate link to that. When people click on the link the header() function will take them straight to the page they affiliate link without being able to change the URL before they get there.</description>
		<content:encoded><![CDATA[<p>If you point the link to a page with just that yes.</p>
<p>So</p>
<p>< ?php<br />
header("Location: <a href="http://URL.OF.AFFILIATE.LINK.HERE" rel="nofollow">http://URL.OF.AFFILIATE.LINK.HERE&#8220;);<br />
exit();<br />
?><br />
 Would be all you needed. Call it redirect.php and then just point your affiliate link to that. When people click on the link the header() function will take them straight to the page they affiliate link without being able to change the URL before they get there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buck</title>
		<link>http://www.tyleringram.com/blog/hide-affiliate-links-the-php-way/comment-page-1#comment-121</link>
		<dc:creator>buck</dc:creator>
		<pubDate>Tue, 16 Oct 2007 11:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyleringram.com/?p=51#comment-121</guid>
		<description>Hey Tyler, thanks for responding with a post!
What about, if I only use this code here:
php start

    header(&quot;Location: http://URL.OF.AFFILIATE.LINK.HERE&quot;);
    exit();
    break;

php end

Will that work as well?
thanks</description>
		<content:encoded><![CDATA[<p>Hey Tyler, thanks for responding with a post!<br />
What about, if I only use this code here:<br />
php start</p>
<p>    header(&#8220;Location: <a href="http://URL.OF.AFFILIATE.LINK.HERE" rel="nofollow">http://URL.OF.AFFILIATE.LINK.HERE</a>&#8220;);<br />
    exit();<br />
    break;</p>
<p>php end</p>
<p>Will that work as well?<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
