<?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"
	>
<channel>
	<title>Comments for arkinEx Codex</title>
	<atom:link href="http://www.arkinex.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arkinex.com</link>
	<description>the place where all my code can be viewed</description>
	<pubDate>Fri, 22 Aug 2008 01:36:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Simple Swear/Badword Filtering tutorial by JCMC</title>
		<link>http://www.arkinex.com/php/tutorials/15/simple-swear-filter-tutorial/#comment-2224</link>
		<dc:creator>JCMC</dc:creator>
		<pubDate>Fri, 08 Aug 2008 07:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/php/tutorials/15/simple-swear-filter-tutorial/#comment-2224</guid>
		<description>I tried the filter. Its not that great because you can cheat it by simply playing around with the capitalization.</description>
		<content:encoded><![CDATA[<p>I tried the filter. Its not that great because you can cheat it by simply playing around with the capitalization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSS Feed from a MySQL Database by Alexander</title>
		<link>http://www.arkinex.com/php/tutorials/21/rss-feed-from-a-mysql-database/#comment-1440</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Sun, 29 Jun 2008 10:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/php/tutorials/21/rss-feed-from-a-mysql-database/#comment-1440</guid>
		<description>Good tutorial!

My only question is how would you save this file? It would definitely be .php but how would the file be used as an actual RSS feed? I am trying to create a quick RSS feed for my news feature on my new site, and it requires the use of MySQL databases, so w00t. If I could get that one question answered, what to save the file as and how to implement it, then I will use your code! Thanks.

 And to Bjoern, if you just straight up copied/pasted this guy's code for your use, then I think you should go read a tutorial or two on a beginner's guide to php, mysql, xml, and a few other codes that are implemented in this script. That's all I will say.

=Alexander=</description>
		<content:encoded><![CDATA[<p>Good tutorial!</p>
<p>My only question is how would you save this file? It would definitely be .php but how would the file be used as an actual RSS feed? I am trying to create a quick RSS feed for my news feature on my new site, and it requires the use of MySQL databases, so w00t. If I could get that one question answered, what to save the file as and how to implement it, then I will use your code! Thanks.</p>
<p> And to Bjoern, if you just straight up copied/pasted this guy&#8217;s code for your use, then I think you should go read a tutorial or two on a beginner&#8217;s guide to php, mysql, xml, and a few other codes that are implemented in this script. That&#8217;s all I will say.</p>
<p>=Alexander=</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSS Feed from a MySQL Database by Stefan</title>
		<link>http://www.arkinex.com/php/tutorials/21/rss-feed-from-a-mysql-database/#comment-1433</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 26 Jun 2008 20:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/php/tutorials/21/rss-feed-from-a-mysql-database/#comment-1433</guid>
		<description>Thanks a lot for your tutorial ..you save a lot of my time...</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your tutorial ..you save a lot of my time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List all links on a website using DOM by jaren</title>
		<link>http://www.arkinex.com/php/functions/23/list-all-links-on-a-website-using-dom/#comment-1385</link>
		<dc:creator>jaren</dc:creator>
		<pubDate>Mon, 23 Jun 2008 06:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/php/functions/23/list-all-links-on-a-website-using-dom/#comment-1385</guid>
		<description>Uslw3O dfv078fnw8f934ndvkg2l</description>
		<content:encoded><![CDATA[<p>Uslw3O dfv078fnw8f934ndvkg2l</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSS Feed from a MySQL Database by judGe</title>
		<link>http://www.arkinex.com/php/tutorials/21/rss-feed-from-a-mysql-database/#comment-1072</link>
		<dc:creator>judGe</dc:creator>
		<pubDate>Sat, 24 May 2008 22:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/php/tutorials/21/rss-feed-from-a-mysql-database/#comment-1072</guid>
		<description>Thanks a lot ! :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot ! <img src='http://www.arkinex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSS Feed from a MySQL Database by IP</title>
		<link>http://www.arkinex.com/php/tutorials/21/rss-feed-from-a-mysql-database/#comment-1045</link>
		<dc:creator>IP</dc:creator>
		<pubDate>Sat, 17 May 2008 13:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/php/tutorials/21/rss-feed-from-a-mysql-database/#comment-1045</guid>
		<description>No way. I would use xmlWriter which is much easier to use.

http://www.php.net/xmlWriter</description>
		<content:encoded><![CDATA[<p>No way. I would use xmlWriter which is much easier to use.</p>
<p><a href="http://www.php.net/xmlWriter" rel="nofollow">http://www.php.net/xmlWriter</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Apache2, Mysql5 and PHP5 on Debian Linux by 836c15bf4fe0</title>
		<link>http://www.arkinex.com/guides/25/installing-apache2-mysql5-and-php5-on-debian-linux/#comment-1029</link>
		<dc:creator>836c15bf4fe0</dc:creator>
		<pubDate>Thu, 15 May 2008 14:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/guides/25/installing-apache2-mysql5-and-php5-on-debian-linux/#comment-1029</guid>
		<description>&lt;strong&gt;836c15bf4fe0...&lt;/strong&gt;

836c15bf4fe06b222935...</description>
		<content:encoded><![CDATA[<p><strong>836c15bf4fe0&#8230;</strong></p>
<p>836c15bf4fe06b222935&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Swear/Badword Filtering tutorial by Tim</title>
		<link>http://www.arkinex.com/php/tutorials/15/simple-swear-filter-tutorial/#comment-1018</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 15 May 2008 02:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/php/tutorials/15/simple-swear-filter-tutorial/#comment-1018</guid>
		<description>I have been working on a comprehensive swear filter for quite some time, this is a great start to eliminating some words based off a list but there are so many more ways to cheat the filter using special characters. 

I have made a filter that scrubs the string several times and compares based on filters and punctuation, it is working quite well now, almost impossible to get anything through and the word list is only about 20 words long.</description>
		<content:encoded><![CDATA[<p>I have been working on a comprehensive swear filter for quite some time, this is a great start to eliminating some words based off a list but there are so many more ways to cheat the filter using special characters. </p>
<p>I have made a filter that scrubs the string several times and compares based on filters and punctuation, it is working quite well now, almost impossible to get anything through and the word list is only about 20 words long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSS Feed from a MySQL Database by Jens-Ole</title>
		<link>http://www.arkinex.com/php/tutorials/21/rss-feed-from-a-mysql-database/#comment-1014</link>
		<dc:creator>Jens-Ole</dc:creator>
		<pubDate>Mon, 12 May 2008 22:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/php/tutorials/21/rss-feed-from-a-mysql-database/#comment-1014</guid>
		<description>Oh my god. I surfed all over the internet after such an easy understanding guide to rss.

Really nice dude, keep up the good work.

Greetings from Danmark.</description>
		<content:encoded><![CDATA[<p>Oh my god. I surfed all over the internet after such an easy understanding guide to rss.</p>
<p>Really nice dude, keep up the good work.</p>
<p>Greetings from Danmark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Swear/Badword Filtering tutorial by Graham Macleod</title>
		<link>http://www.arkinex.com/php/tutorials/15/simple-swear-filter-tutorial/#comment-1000</link>
		<dc:creator>Graham Macleod</dc:creator>
		<pubDate>Fri, 09 May 2008 09:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/php/tutorials/15/simple-swear-filter-tutorial/#comment-1000</guid>
		<description>To make it run from a mysql DB, change the code in the 1st if statement to something like...


$sql = "SELECT words FROM censor_table"; //Or whatever your table/field is called
$result = mysql_query($sql);
$censor_words = mysql_fetch_array($result);


Not tested.</description>
		<content:encoded><![CDATA[<p>To make it run from a mysql DB, change the code in the 1st if statement to something like&#8230;</p>
<p>$sql = &#8220;SELECT words FROM censor_table&#8221;; //Or whatever your table/field is called<br />
$result = mysql_query($sql);<br />
$censor_words = mysql_fetch_array($result);</p>
<p>Not tested.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.540 seconds -->
