<?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 Create a Simple RSS Feed using PHP and MySQL</title>
	<atom:link href="http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/</link>
	<description>Web design tips &#38; tricks plus anything else I want to talk about...</description>
	<lastBuildDate>Wed, 01 Sep 2010 18:03:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mauritius</title>
		<link>http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/comment-page-1/#comment-35782</link>
		<dc:creator>Mauritius</dc:creator>
		<pubDate>Fri, 23 Jul 2010 11:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=290#comment-35782</guid>
		<description>I am thinking of implementing something like that in http://islandinfo.mu website. 

It&#039;s really nice the way you have arranged those php codes, it&#039;s easy to understand and use it.

Thanks :)</description>
		<content:encoded><![CDATA[<p>I am thinking of implementing something like that in <a href="http://islandinfo.mu" rel="nofollow">http://islandinfo.mu</a> website. </p>
<p>It&#8217;s really nice the way you have arranged those php codes, it&#8217;s easy to understand and use it.</p>
<p>Thanks <img src='http://www.stemkoski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amy grace</title>
		<link>http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/comment-page-1/#comment-24237</link>
		<dc:creator>amy grace</dc:creator>
		<pubDate>Mon, 09 Nov 2009 09:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=290#comment-24237</guid>
		<description>Hi this is really helpful i was searching for this but when i validate my created feed it says that &quot;A feed needs to contain publish dates or GUIDs in order to work&quot; :( is there anyway to automate this? And also how can set up my feed to automatically update once it changes? i think its a cron job thingy hope you can help me</description>
		<content:encoded><![CDATA[<p>Hi this is really helpful i was searching for this but when i validate my created feed it says that &#8220;A feed needs to contain publish dates or GUIDs in order to work&#8221; <img src='http://www.stemkoski.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  is there anyway to automate this? And also how can set up my feed to automatically update once it changes? i think its a cron job thingy hope you can help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: priya</title>
		<link>http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/comment-page-1/#comment-23948</link>
		<dc:creator>priya</dc:creator>
		<pubDate>Wed, 04 Nov 2009 05:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=290#comment-23948</guid>
		<description>i have installed estoreplazza template on my website
it is working fine
but there is one problem

the menu bars are not visible...
in the backend it says &quot;cannot assign default template&quot;

can someone please help me how to enable menu bars in estoreplazza template</description>
		<content:encoded><![CDATA[<p>i have installed estoreplazza template on my website<br />
it is working fine<br />
but there is one problem</p>
<p>the menu bars are not visible&#8230;<br />
in the backend it says &#8220;cannot assign default template&#8221;</p>
<p>can someone please help me how to enable menu bars in estoreplazza template</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Stemkoski</title>
		<link>http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/comment-page-1/#comment-23421</link>
		<dc:creator>Ryan Stemkoski</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=290#comment-23421</guid>
		<description>There are many ways to parse the feed you create.  I have a simple example here: http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/ or you can use the built in XML functions in PHP.  If you are getting an error not saying the XML is not well formed there is probably some sort of error with your coding or the data within the code. Try to determine where the error is and run htmlentities() on the data prior to building the feed. Also make sure there are no invalid characters in your content: http://www.stemkoski.com/php-remove-non-ascii-characters-from-a-string/.</description>
		<content:encoded><![CDATA[<p>There are many ways to parse the feed you create.  I have a simple example here: <a href="http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/" rel="nofollow">http://www.stemkoski.com/how-to-easily-parse-a-rss-feed-with-php-4-or-php-5/</a> or you can use the built in XML functions in PHP.  If you are getting an error not saying the XML is not well formed there is probably some sort of error with your coding or the data within the code. Try to determine where the error is and run htmlentities() on the data prior to building the feed. Also make sure there are no invalid characters in your content: <a href="http://www.stemkoski.com/php-remove-non-ascii-characters-from-a-string/" rel="nofollow">http://www.stemkoski.com/php-remove-non-ascii-characters-from-a-string/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: priya</title>
		<link>http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/comment-page-1/#comment-23403</link>
		<dc:creator>priya</dc:creator>
		<pubDate>Fri, 23 Oct 2009 04:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=290#comment-23403</guid>
		<description>thanks in advance</description>
		<content:encoded><![CDATA[<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: priya</title>
		<link>http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/comment-page-1/#comment-23402</link>
		<dc:creator>priya</dc:creator>
		<pubDate>Fri, 23 Oct 2009 04:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=290#comment-23402</guid>
		<description>can u please help me?
if i have to read the feed from a site
and then display it on my site
how will it be done?

i am done with about 75% work

the only problem i get is with the  tag
it gives error &quot;not well-formed&quot;

please help!!!!!!!!</description>
		<content:encoded><![CDATA[<p>can u please help me?<br />
if i have to read the feed from a site<br />
and then display it on my site<br />
how will it be done?</p>
<p>i am done with about 75% work</p>
<p>the only problem i get is with the  tag<br />
it gives error &#8220;not well-formed&#8221;</p>
<p>please help!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Stemkoski</title>
		<link>http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/comment-page-1/#comment-22246</link>
		<dc:creator>Ryan Stemkoski</dc:creator>
		<pubDate>Mon, 21 Sep 2009 14:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=290#comment-22246</guid>
		<description>@Bruce Glad to hear you found it useful.</description>
		<content:encoded><![CDATA[<p>@Bruce Glad to hear you found it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/comment-page-1/#comment-22077</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=290#comment-22077</guid>
		<description>Man, that is the most powerful custom RSS Feed tutorial that I have seen so far. Clean &amp; clear, simply and powerful. You are my hero. Many thanks.
Bruce</description>
		<content:encoded><![CDATA[<p>Man, that is the most powerful custom RSS Feed tutorial that I have seen so far. Clean &amp; clear, simply and powerful. You are my hero. Many thanks.<br />
Bruce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/comment-page-1/#comment-257</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 02 Dec 2008 05:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=290#comment-257</guid>
		<description>Wow, thank you very much. I searched for a solution to enable my feed to precisely track its amount of readers, and your line in .htaccess seems to solve all my problems. 

Cool!</description>
		<content:encoded><![CDATA[<p>Wow, thank you very much. I searched for a solution to enable my feed to precisely track its amount of readers, and your line in .htaccess seems to solve all my problems. </p>
<p>Cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Create a Simple Podcast RSS Feed using PHP and MySQL by Ryan Stemkoski</title>
		<link>http://www.stemkoski.com/how-to-create-a-simple-rss-feed-using-php-and-mysql/comment-page-1/#comment-114</link>
		<dc:creator>How to Create a Simple Podcast RSS Feed using PHP and MySQL by Ryan Stemkoski</dc:creator>
		<pubDate>Sun, 16 Nov 2008 13:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=290#comment-114</guid>
		<description>[...] to just create an RSS Feed all you have to do is remove the enclosure line! Or click here for a tutorial on creating RSS feeds with PHP and MySQL   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] to just create an RSS Feed all you have to do is remove the enclosure line! Or click here for a tutorial on creating RSS feeds with PHP and MySQL   Share and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
