<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>digifuzz.net &#187; SQL</title>
	<atom:link href="http://www.digifuzz.net/archives/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digifuzz.net</link>
	<description>diggin the fuzz for the masses</description>
	<lastBuildDate>Tue, 17 Feb 2009 18:10:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Validate and Escape Data to Prevent SQL Injection</title>
		<link>http://www.digifuzz.net/archives/2007/08/validate-and-escape-data-to-prevent-sql-injection/</link>
		<comments>http://www.digifuzz.net/archives/2007/08/validate-and-escape-data-to-prevent-sql-injection/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 03:53:26 +0000</pubDate>
		<dc:creator>digifuzz</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Injection]]></category>
		<category><![CDATA[Prevention]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/08/validate-and-escape-data-to-prevent-sql-injection/</guid>
		<description><![CDATA[So we&#8217;re back on the topic of SQL Injection, and how to prevent them with PHP. This subject, while often discussed, is not taken as seriously as it should be by many a web-developer, whether it be because of laziness, or merely due to lack of knowledge. Assuming the latter is the most common cause, [...]]]></description>
		<wfw:commentRss>http://www.digifuzz.net/archives/2007/08/validate-and-escape-data-to-prevent-sql-injection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Preventing SQL Injection with PHP</title>
		<link>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/</link>
		<comments>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 02:49:49 +0000</pubDate>
		<dc:creator>digifuzz</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/</guid>
		<description><![CDATA[SQL Injection. We&#8217;ve all heard the term. But what exactly is it? Sounds dirty and vile&#8230; or maybe something you get at the doctor&#8217;s office. A new type of plastic surgery maybe? Well, let&#8217;s find out, shall we? From Wikiedpia.com: SQL injection is a technique that exploits a security vulnerability occurring in the database layer [...]]]></description>
		<wfw:commentRss>http://www.digifuzz.net/archives/2007/07/preventing-sql-injection-with-php/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
