<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Prevent SQL Injection'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Sat, 22 Nov 2008 13:37:54 GMT</pubDate>
<item>
<title>DaveChild said on 9/11/08</title>
<link>http://snipplr.com/view/4205/prevent-sql-injection/</link>
<description><![CDATA[ addslashes() is no good for preventing SQL injection - it is vulnerable to character encoding trickery. ]]></description>
<pubDate>Thu, 11 Sep 2008 11:52:30 GMT</pubDate>
<guid>http://snipplr.com/view/4205/prevent-sql-injection/</guid>
</item>
<item>
<title>ckester said on 5/15/08</title>
<link>http://snipplr.com/view/4205/prevent-sql-injection/</link>
<description><![CDATA[ <p>Helpful code, though I would just place addslashes($text) on any input field. Then always have stripslashes($text) when you withdrawl that information, simple easy code since you'll have to do strip the slashes anyway</p> ]]></description>
<pubDate>Thu, 15 May 2008 12:20:34 GMT</pubDate>
<guid>http://snipplr.com/view/4205/prevent-sql-injection/</guid>
</item>
</channel>
</rss>