<?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: Using PHP cURL to read RSS feed XML</title>
	<atom:link href="http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/</link>
	<description>Practical guide to web development, marketing and programming</description>
	<lastBuildDate>Sun, 07 Mar 2010 00:27:22 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: free xbox 360 games</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-1/#comment-33644</link>
		<dc:creator>free xbox 360 games</dc:creator>
		<pubDate>Tue, 02 Mar 2010 01:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-33644</guid>
		<description>Hi, I found this weblog on Aol Blogs and believe that it is actually quite fascinating and delivers great material. Many thanks with regard to the great post, I will certainly share this on Twitter. Have a wonderful day.</description>
		<content:encoded><![CDATA[<p>Hi, I found this weblog on Aol Blogs and believe that it is actually quite fascinating and delivers great material. Many thanks with regard to the great post, I will certainly share this on Twitter. Have a wonderful day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-1/#comment-32687</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 16 Feb 2010 15:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-32687</guid>
		<description>@Helen, you have to save somewhere last update date and fetch only feeds with date greater then your saved date. After that, again save somewhere date and repeat the process. Hope that helps.</description>
		<content:encoded><![CDATA[<p>@Helen, you have to save somewhere last update date and fetch only feeds with date greater then your saved date. After that, again save somewhere date and repeat the process. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helen Dangote</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-1/#comment-32614</link>
		<dc:creator>Helen Dangote</dc:creator>
		<pubDate>Mon, 15 Feb 2010 01:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-32614</guid>
		<description>Nice article. But I was looking for a way to download RSS feed that are updated since the last download. I&#039;m working on a little pet project and this is the only thing keeping it on hold.

Any idea on how to implement it?</description>
		<content:encoded><![CDATA[<p>Nice article. But I was looking for a way to download RSS feed that are updated since the last download. I&#8217;m working on a little pet project and this is the only thing keeping it on hold.</p>
<p>Any idea on how to implement it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Williams</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-1/#comment-30286</link>
		<dc:creator>Richard Williams</dc:creator>
		<pubDate>Thu, 24 Dec 2009 18:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-30286</guid>
		<description>Nice tutorial. You can also use biterscripting for parsing RSS. There are several scripts posted on the net. You can check http://www.biterscripting.com for free download.</description>
		<content:encoded><![CDATA[<p>Nice tutorial. You can also use biterscripting for parsing RSS. There are several scripts posted on the net. You can check <a href="http://www.biterscripting.com" rel="nofollow">http://www.biterscripting.com</a> for free download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-1/#comment-29799</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Mon, 14 Dec 2009 21:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-29799</guid>
		<description>Thanx for the great tut, but you don&#039;t have to parse the RSS, you can use get_object_vars() to get the data out. However, you need to do this more than once; $doc = get_object_vars($doc);
$doc = get_object_vars($doc[&quot;channel&quot;]); 
if you print_r it then, you&#039;ll see it&#039;s become an array. Hope this helps!

Martijn</description>
		<content:encoded><![CDATA[<p>Thanx for the great tut, but you don&#8217;t have to parse the RSS, you can use get_object_vars() to get the data out. However, you need to do this more than once; $doc = get_object_vars($doc);<br />
$doc = get_object_vars($doc["channel"]);<br />
if you print_r it then, you&#8217;ll see it&#8217;s become an array. Hope this helps!</p>
<p>Martijn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khantry</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-1/#comment-28700</link>
		<dc:creator>Khantry</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-28700</guid>
		<description>great tutorial..
thank you very much..</description>
		<content:encoded><![CDATA[<p>great tutorial..<br />
thank you very much..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Duncan</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-1/#comment-27398</link>
		<dc:creator>Nick Duncan</dc:creator>
		<pubDate>Mon, 02 Nov 2009 17:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-27398</guid>
		<description>Excellent Article. Thanks. This has been great help.</description>
		<content:encoded><![CDATA[<p>Excellent Article. Thanks. This has been great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxx70</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-1/#comment-26492</link>
		<dc:creator>Maxx70</dc:creator>
		<pubDate>Fri, 23 Oct 2009 13:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-26492</guid>
		<description>Set and follow a regular maintenance schedule  for your well, and keep up-to-date records. ,</description>
		<content:encoded><![CDATA[<p>Set and follow a regular maintenance schedule  for your well, and keep up-to-date records. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Red10</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-1/#comment-26457</link>
		<dc:creator>Red10</dc:creator>
		<pubDate>Thu, 22 Oct 2009 16:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-26457</guid>
		<description>The market is an activity, not a chore. ,</description>
		<content:encoded><![CDATA[<p>The market is an activity, not a chore. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-1/#comment-25887</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-25887</guid>
		<description>@Vasim Padhiyar Good catch! I couldn&#039;t figure out why the Atom feed was crashing. But your help fixed it up. Hopefully the script can be fixed in the actual tutorial.</description>
		<content:encoded><![CDATA[<p>@Vasim Padhiyar Good catch! I couldn&#8217;t figure out why the Atom feed was crashing. But your help fixed it up. Hopefully the script can be fixed in the actual tutorial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
