<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL Injection :: What It Is, And How To Prevent It</title>
	<atom:link href="http://hansengel.wordpress.com/2007/11/12/sql-injection-what-it-is-and-how-to-prevent-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://hansengel.wordpress.com/2007/11/12/sql-injection-what-it-is-and-how-to-prevent-it/</link>
	<description>The WordPress, that is...</description>
	<lastBuildDate>Tue, 21 May 2013 11:58:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: cakarayam</title>
		<link>http://hansengel.wordpress.com/2007/11/12/sql-injection-what-it-is-and-how-to-prevent-it/#comment-824</link>
		<dc:creator><![CDATA[cakarayam]]></dc:creator>
		<pubDate>Mon, 14 Feb 2011 04:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://hansengel.wordpress.com/2007/11/12/sql-injection-what-it-is-and-how-to-prevent-it/#comment-824</guid>
		<description><![CDATA[Here i wrote about &lt;a href=&quot;http://cakarayam.com/php-tutorial-simple-tips-to-prevent-sql-injection/&quot; rel=&quot;nofollow&quot;&gt;Simple Tips to Prevent SQL Injection&lt;/a&gt; too. I prefer using mysql_real_escape_string() instead of mysql_escape_string() and pass all query to sprintf() before execute the query.]]></description>
		<content:encoded><![CDATA[<p>Here i wrote about <a href="http://cakarayam.com/php-tutorial-simple-tips-to-prevent-sql-injection/" rel="nofollow">Simple Tips to Prevent SQL Injection</a> too. I prefer using mysql_real_escape_string() instead of mysql_escape_string() and pass all query to sprintf() before execute the query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Root</title>
		<link>http://hansengel.wordpress.com/2007/11/12/sql-injection-what-it-is-and-how-to-prevent-it/#comment-130</link>
		<dc:creator><![CDATA[Root]]></dc:creator>
		<pubDate>Thu, 13 Mar 2008 22:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://hansengel.wordpress.com/2007/11/12/sql-injection-what-it-is-and-how-to-prevent-it/#comment-130</guid>
		<description><![CDATA[RE TO FELIX:
[quote]DELETE FROM `table` WHERE …[/quote]&lt;&lt;&lt;&lt;BUT YOUR SQL SYNTAX IS INCORRECT!! LEARN SQL!!:))
[code]DELETE * FROM `table` WHERE …[/code]&lt;&lt;&lt;&lt;IT`S CORRECTLY]]></description>
		<content:encoded><![CDATA[<p>RE TO FELIX:<br />
[quote]DELETE FROM `table` WHERE …[/quote]&lt;&lt;&lt;&lt;BUT YOUR SQL SYNTAX IS INCORRECT!! LEARN SQL!!:))</p>
<pre class="brush: plain; title: ; notranslate">DELETE * FROM `table` WHERE …</pre>
<p>&lt;&lt;&lt;&lt;IT`S CORRECTLY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://hansengel.wordpress.com/2007/11/12/sql-injection-what-it-is-and-how-to-prevent-it/#comment-29</link>
		<dc:creator><![CDATA[Felix]]></dc:creator>
		<pubDate>Tue, 27 Nov 2007 00:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://hansengel.wordpress.com/2007/11/12/sql-injection-what-it-is-and-how-to-prevent-it/#comment-29</guid>
		<description><![CDATA[Your SQL syntax is wrong =P

DELETE * FROM `table` WHERE ...
  should be
DELETE FROM `table` WHERE ...]]></description>
		<content:encoded><![CDATA[<p>Your SQL syntax is wrong =P</p>
<p>DELETE * FROM `table` WHERE &#8230;<br />
  should be<br />
DELETE FROM `table` WHERE &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
