<?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/favorites/benrasmusen/tags/mysql</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 13:53:58 GMT</pubDate>
<item>
<title>(PHP) clean user input data ( GET, POST, COOKIE ) - benrasmusen</title>
<link>http://snipplr.com/view/4165/clean-user-input-data--get-post-cookie-/</link>
<description><![CDATA[ <p>Created for my own purposes, thought I'd share though ;)

copy paste at the top of your file and it does the magic :)</p> ]]></description>
<pubDate>Wed, 21 Nov 2007 03:57:32 GMT</pubDate>
<guid>http://snipplr.com/view/4165/clean-user-input-data--get-post-cookie-/</guid>
</item>
<item>
<title>(PHP) PHP memory limit - benrasmusen</title>
<link>http://snipplr.com/view/3993/php-memory-limit/</link>
<description><![CDATA[ <p>Just a reminder to myself, not really a snippet. When running into memory/speed issues with PHP/MySQL apps, adjust the memory_limit parameter in php.ini.</p> ]]></description>
<pubDate>Wed, 24 Oct 2007 21:14:37 GMT</pubDate>
<guid>http://snipplr.com/view/3993/php-memory-limit/</guid>
</item>
<item>
<title>(PHP) Anti-SQL Injection Function - benrasmusen</title>
<link>http://snipplr.com/view/2742/antisql-injection-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 May 2007 11:53:02 GMT</pubDate>
<guid>http://snipplr.com/view/2742/antisql-injection-function/</guid>
</item>
<item>
<title>(PHP) Simple MySQL Search Function - benrasmusen</title>
<link>http://snipplr.com/view/171/simple-mysql-search-function/</link>
<description><![CDATA[ <p>A quick and simple way to search a MySQL database. Example: mysql_search('items', 'title tags', isset($_GET['q'])?$_GET['q']:'', Array('columns'=>'*', 'method'=>'OR', 'extra_sql'=>'AND active = "true" ORDER BY id DESC'));</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 09:55:37 GMT</pubDate>
<guid>http://snipplr.com/view/171/simple-mysql-search-function/</guid>
</item>
</channel>
</rss>