<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/escape</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 08 Sep 2008 08:28:41 GMT</pubDate>
<item>
<title>(PHP) Secure Undo magic_quotes - luizlopes</title>
<link>http://snipplr.com/view/6266/secure-undo-magicquotes/</link>
<description><![CDATA[ <p>This was taken out of a presentation by eZ systems on PHP Best Practices</p> ]]></description>
<pubDate>Fri, 16 May 2008 10:31:13 GMT</pubDate>
<guid>http://snipplr.com/view/6266/secure-undo-magicquotes/</guid>
</item>
<item>
<title>(PHP) PHP escape for SQL - wbowers</title>
<link>http://snipplr.com/view/5331/php-escape-for-sql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 09 Mar 2008 01:27:06 GMT</pubDate>
<guid>http://snipplr.com/view/5331/php-escape-for-sql/</guid>
</item>
<item>
<title>(PHP) Escape an entire array to prevent injection attacks - d4rk</title>
<link>http://snipplr.com/view/2511/escape-an-entire-array-to-prevent-injection-attacks/</link>
<description><![CDATA[ <p>Usage: $_POST = mysql_real_escape_array($_POST)</p> ]]></description>
<pubDate>Fri, 20 Apr 2007 10:14:48 GMT</pubDate>
<guid>http://snipplr.com/view/2511/escape-an-entire-array-to-prevent-injection-attacks/</guid>
</item>
<item>
<title>(PHP) Smart MySQL Escape Function - sorehead</title>
<link>http://snipplr.com/view/1355/smart-mysql-escape-function/</link>
<description><![CDATA[ <p>This function first checks to see if PHP is set to automagically quote stuff. If it is, we first strip pre-quoted stuff, then (assuming our text isn't numeric), we properly quote everything.
A good bit of room for improvement here, but at the very least, you should hit this before inserting anything into your database.</p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:28:12 GMT</pubDate>
<guid>http://snipplr.com/view/1355/smart-mysql-escape-function/</guid>
</item>
<item>
<title>(PHP) Fix Form Slashes - tylerhall</title>
<link>http://snipplr.com/view/1/fix-form-slashes/</link>
<description><![CDATA[ <p>Fixes MAGIC_QUOTES.</p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/1/fix-form-slashes/</guid>
</item>
</channel>
</rss>