<?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: Simple Link Tracking with PHP &#8211; Part I</title>
	<atom:link href="http://www.digifuzz.net/archives/2007/07/simple-link-tracking-with-php-part-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digifuzz.net/archives/2007/07/simple-link-tracking-with-php-part-i/</link>
	<description>diggin the fuzz for the masses</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:42:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: digifuzz</title>
		<link>http://www.digifuzz.net/archives/2007/07/simple-link-tracking-with-php-part-i/comment-page-1/#comment-29</link>
		<dc:creator>digifuzz</dc:creator>
		<pubDate>Mon, 23 Jul 2007 12:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/simple-link-tracking-with-php-part-i/#comment-29</guid>
		<description>Yes, sorry!  It appears I made a typo.  The line should read:

header(&quot;location: &quot; . $jump_to_link);

(the $ in front of header should not have been there).  Sorry about that, my finger must have slipped! ;)</description>
		<content:encoded><![CDATA[<p>Yes, sorry!  It appears I made a typo.  The line should read:</p>
<p>header(&#8220;location: &#8221; . $jump_to_link);</p>
<p>(the $ in front of header should not have been there).  Sorry about that, my finger must have slipped! <img src='http://www.digifuzz.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordan</title>
		<link>http://www.digifuzz.net/archives/2007/07/simple-link-tracking-with-php-part-i/comment-page-1/#comment-28</link>
		<dc:creator>jordan</dc:creator>
		<pubDate>Sat, 21 Jul 2007 02:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/simple-link-tracking-with-php-part-i/#comment-28</guid>
		<description>Fatal error: Call to undefined function: () in /www/site.com/php/jump.php on line 23


line is

 $header(&#039;Location: &#039; . $jump_to_link);

any idea the issue?

thanks</description>
		<content:encoded><![CDATA[<p>Fatal error: Call to undefined function: () in /www/site.com/php/jump.php on line 23</p>
<p>line is</p>
<p> $header(&#8216;Location: &#8216; . $jump_to_link);</p>
<p>any idea the issue?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

