<?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: Preventing SQL Injection with PHP</title>
	<atom:link href="http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/</link>
	<description>diggin the fuzz for the masses</description>
	<lastBuildDate>Fri, 27 Aug 2010 17:07:59 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: shailesh</title>
		<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/comment-page-1/#comment-25502</link>
		<dc:creator>shailesh</dc:creator>
		<pubDate>Thu, 19 Aug 2010 06:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/#comment-25502</guid>
		<description>Thanks.....</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukund</title>
		<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/comment-page-1/#comment-12806</link>
		<dc:creator>Mukund</dc:creator>
		<pubDate>Fri, 05 Jun 2009 09:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/#comment-12806</guid>
		<description>Thanks
I learned lot from this article</description>
		<content:encoded><![CDATA[<p>Thanks<br />
I learned lot from this article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/comment-page-1/#comment-12634</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sat, 23 May 2009 06:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/#comment-12634</guid>
		<description>Very easy to understand.. thanks for the article.
Regards
Sarah</description>
		<content:encoded><![CDATA[<p>Very easy to understand.. thanks for the article.<br />
Regards<br />
Sarah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javatechie</title>
		<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/comment-page-1/#comment-12514</link>
		<dc:creator>Javatechie</dc:creator>
		<pubDate>Fri, 15 May 2009 06:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/#comment-12514</guid>
		<description>Thnaks.. very helpful!</description>
		<content:encoded><![CDATA[<p>Thnaks.. very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharam</title>
		<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/comment-page-1/#comment-10371</link>
		<dc:creator>Dharam</dc:creator>
		<pubDate>Wed, 25 Feb 2009 07:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/#comment-10371</guid>
		<description>A great explanation ! ! ! !</description>
		<content:encoded><![CDATA[<p>A great explanation ! ! ! !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wookienz</title>
		<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/comment-page-1/#comment-1564</link>
		<dc:creator>wookienz</dc:creator>
		<pubDate>Thu, 03 Apr 2008 12:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/#comment-1564</guid>
		<description>great stuff...cheers.</description>
		<content:encoded><![CDATA[<p>great stuff&#8230;cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voltHeir</title>
		<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/comment-page-1/#comment-48</link>
		<dc:creator>voltHeir</dc:creator>
		<pubDate>Mon, 06 Aug 2007 21:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/#comment-48</guid>
		<description>why reinvent the wheel?  use PDO!  then you are truly preventing SQL injection, not simply PHP&#039;s native MySQL compatibility injection.

There are ways around mysql_escape...</description>
		<content:encoded><![CDATA[<p>why reinvent the wheel?  use PDO!  then you are truly preventing SQL injection, not simply PHP&#8217;s native MySQL compatibility injection.</p>
<p>There are ways around mysql_escape&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JHB</title>
		<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/comment-page-1/#comment-47</link>
		<dc:creator>JHB</dc:creator>
		<pubDate>Mon, 06 Aug 2007 20:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/#comment-47</guid>
		<description>Best explanation ever, you sure know what you&#039;re talking about</description>
		<content:encoded><![CDATA[<p>Best explanation ever, you sure know what you&#8217;re talking about</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo</title>
		<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/comment-page-1/#comment-37</link>
		<dc:creator>Jo</dc:creator>
		<pubDate>Mon, 06 Aug 2007 10:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/#comment-37</guid>
		<description>Thanks! Very helpful!</description>
		<content:encoded><![CDATA[<p>Thanks! Very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Information Security How-To's</title>
		<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/comment-page-1/#comment-34</link>
		<dc:creator>Information Security How-To's</dc:creator>
		<pubDate>Wed, 01 Aug 2007 01:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/#comment-34</guid>
		<description>This is a good article. Stumbled!</description>
		<content:encoded><![CDATA[<p>This is a good article. Stumbled!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
