<?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: How to Easily Parse a RSS Feed with PHP 4 or PHP 5</title>
	<atom:link href="http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/</link>
	<description>Web design tips &#38; tricks plus anything else I want to talk about...</description>
	<lastBuildDate>Tue, 09 Mar 2010 02:52:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TheDeadServ</title>
		<link>http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/comment-page-1/#comment-29834</link>
		<dc:creator>TheDeadServ</dc:creator>
		<pubDate>Sun, 28 Feb 2010 23:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=386#comment-29834</guid>
		<description>For those who want do display by category, by default, if you set a category there&#039;s an html path that wordpress generates. 
You can get the rss feed url to such category trough the respective &quot;category folder path/feed&quot;.

PE:
http://yourblog.wordpress.com/category/yourcategoryname/feed/

Replacing &quot;yourblog&quot; and &quot;yourcategoryname&quot; by their respectives.

Dunno if other blogs do so.
I use the PHP GET function to select wich blog or category I want to call.</description>
		<content:encoded><![CDATA[<p>For those who want do display by category, by default, if you set a category there&#8217;s an html path that wordpress generates.<br />
You can get the rss feed url to such category trough the respective &#8220;category folder path/feed&#8221;.</p>
<p>PE:<br />
<a href="http://yourblog.wordpress.com/category/yourcategoryname/feed/" rel="nofollow">http://yourblog.wordpress.com/category/yourcategoryname/feed/</a></p>
<p>Replacing &#8220;yourblog&#8221; and &#8220;yourcategoryname&#8221; by their respectives.</p>
<p>Dunno if other blogs do so.<br />
I use the PHP GET function to select wich blog or category I want to call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Parkzer</title>
		<link>http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/comment-page-1/#comment-26232</link>
		<dc:creator>Adam Parkzer</dc:creator>
		<pubDate>Thu, 24 Dec 2009 06:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=386#comment-26232</guid>
		<description>This works great! I wish I had found this four hours earlier so I didn&#039;t have to waste all that time searching!</description>
		<content:encoded><![CDATA[<p>This works great! I wish I had found this four hours earlier so I didn&#8217;t have to waste all that time searching!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monty</title>
		<link>http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/comment-page-1/#comment-25517</link>
		<dc:creator>Monty</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=386#comment-25517</guid>
		<description>This is great, thanks for posting! Only thing I wish it could do is store the CATEGORY tag as an array because often a post has more than category assigned. The above code only saves the first CATEGORY tag. I&#039;d change it, but, not sure how to do it myself. If anyone knows how to change the code to make it save CATEGORies as an array, I&#039;d greatly appreciate it!!</description>
		<content:encoded><![CDATA[<p>This is great, thanks for posting! Only thing I wish it could do is store the CATEGORY tag as an array because often a post has more than category assigned. The above code only saves the first CATEGORY tag. I&#8217;d change it, but, not sure how to do it myself. If anyone knows how to change the code to make it save CATEGORies as an array, I&#8217;d greatly appreciate it!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Stemkoski</title>
		<link>http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/comment-page-1/#comment-25310</link>
		<dc:creator>Ryan Stemkoski</dc:creator>
		<pubDate>Fri, 04 Dec 2009 19:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=386#comment-25310</guid>
		<description>@zaner, @arun m I am glad to hear it worked well for you guys.</description>
		<content:encoded><![CDATA[<p>@zaner, @arun m I am glad to hear it worked well for you guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zaner</title>
		<link>http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/comment-page-1/#comment-25308</link>
		<dc:creator>Zaner</dc:creator>
		<pubDate>Fri, 04 Dec 2009 19:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=386#comment-25308</guid>
		<description>This has saved me a ton of time on a project that needed to be done quickly. So Painless ... Thx!</description>
		<content:encoded><![CDATA[<p>This has saved me a ton of time on a project that needed to be done quickly. So Painless &#8230; Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun M</title>
		<link>http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/comment-page-1/#comment-21516</link>
		<dc:creator>Arun M</dc:creator>
		<pubDate>Mon, 31 Aug 2009 09:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=386#comment-21516</guid>
		<description>Nice work. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Nice work. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Stemkoski</title>
		<link>http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/comment-page-1/#comment-21219</link>
		<dc:creator>Ryan Stemkoski</dc:creator>
		<pubDate>Fri, 21 Aug 2009 15:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=386#comment-21219</guid>
		<description>@Matt Glad to hear it worked out for you. Turning an RSS feed into an array makes it pretty handy to display the data.  What is even easier is using the built in functions in PHP 5 :) too bad the world isn&#039;t totally on board yet.</description>
		<content:encoded><![CDATA[<p>@Matt Glad to hear it worked out for you. Turning an RSS feed into an array makes it pretty handy to display the data.  What is even easier is using the built in functions in PHP 5 <img src='http://www.stemkoski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  too bad the world isn&#8217;t totally on board yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/comment-page-1/#comment-21157</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 20 Aug 2009 01:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=386#comment-21157</guid>
		<description>Hi There, 
Many thanks for this function. A customer needed me to update a page that had broken when the site serving an RSS page changed its format. It had been years since I parsed RSS using PHP4, and I was not looking forward to it. Lucky for me, about 20 minutes with your script and a small addition, and I was on my way. 

Much appreciated!
Matt</description>
		<content:encoded><![CDATA[<p>Hi There,<br />
Many thanks for this function. A customer needed me to update a page that had broken when the site serving an RSS page changed its format. It had been years since I parsed RSS using PHP4, and I was not looking forward to it. Lucky for me, about 20 minutes with your script and a small addition, and I was on my way. </p>
<p>Much appreciated!<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfgang Baier</title>
		<link>http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/comment-page-1/#comment-20003</link>
		<dc:creator>Wolfgang Baier</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=386#comment-20003</guid>
		<description>Hey,

many thanks from Darmstadt / Germany. That was exactly what I was looking for! I changed the script and now it is a php to flash twitter reader.

CIAO Dennis</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>many thanks from Darmstadt / Germany. That was exactly what I was looking for! I changed the script and now it is a php to flash twitter reader.</p>
<p>CIAO Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techno-geek</title>
		<link>http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/comment-page-1/#comment-18240</link>
		<dc:creator>techno-geek</dc:creator>
		<pubDate>Fri, 19 Jun 2009 16:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=386#comment-18240</guid>
		<description>Hey Ryan:

I wanted to thank you for posting this code. It saved quite a bit of time trying to get started. I wanted to let you know I have modified your code a little bit to allow you to limit the number of items as well as only contain items that where the title matches certain keywords. I also turned my modifications into a WordPress plugin as well.

If you, or anyone else, would like to see my modifications or WordPress plugin please check out http://techno-geeks.org/2009/06/selective-rss-plugin-for-wordpress/</description>
		<content:encoded><![CDATA[<p>Hey Ryan:</p>
<p>I wanted to thank you for posting this code. It saved quite a bit of time trying to get started. I wanted to let you know I have modified your code a little bit to allow you to limit the number of items as well as only contain items that where the title matches certain keywords. I also turned my modifications into a WordPress plugin as well.</p>
<p>If you, or anyone else, would like to see my modifications or WordPress plugin please check out <a href="http://techno-geeks.org/2009/06/selective-rss-plugin-for-wordpress/" rel="nofollow">http://techno-geeks.org/2009/06/selective-rss-plugin-for-wordpress/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
