<?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/Abe</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 03:38:20 GMT</pubDate>
<item>
<title>(HTML) 50 US States Dropdown (Full &amp;amp; Abbreviated) - Abe</title>
<link>http://snipplr.com/view/27311/50-us-states-dropdown-full--abbreviated/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Jan 2010 09:39:24 GMT</pubDate>
<guid>http://snipplr.com/view/27311/50-us-states-dropdown-full--abbreviated/</guid>
</item>
<item>
<title>(PHP) Generic PHP Class - Abe</title>
<link>http://snipplr.com/view/5222/generic-php-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Feb 2008 00:06:04 GMT</pubDate>
<guid>http://snipplr.com/view/5222/generic-php-class/</guid>
</item>
<item>
<title>(PHP) Make string into post slug - Abe</title>
<link>http://snipplr.com/view/4994/make-string-into-post-slug/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 Feb 2008 16:03:39 GMT</pubDate>
<guid>http://snipplr.com/view/4994/make-string-into-post-slug/</guid>
</item>
<item>
<title>(PHP) Resize Image - Abe</title>
<link>http://snipplr.com/view/4575/resize-image/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Jan 2008 17:41:46 GMT</pubDate>
<guid>http://snipplr.com/view/4575/resize-image/</guid>
</item>
<item>
<title>(PHP) Nice URLS PHP .htaccess - Abe</title>
<link>http://snipplr.com/view/4562/nice-urls-php-htaccess/</link>
<description><![CDATA[ <p>You can combine them with this: http://snipplr.com/view/4848/underscore-strings/</p> ]]></description>
<pubDate>Mon, 14 Jan 2008 12:22:45 GMT</pubDate>
<guid>http://snipplr.com/view/4562/nice-urls-php-htaccess/</guid>
</item>
<item>
<title>(PHP) Hace Script / Ago Script - Abe</title>
<link>http://snipplr.com/view/4367/hace-script--ago-script/</link>
<description><![CDATA[ <p>Hace Script / Ago Script
if we call with a timestamp of a month ago, he print "Hace 1 mes". If you want this in english should traduction. Sorry my english

http://snippets.dzone.com/posts/show/4674</p> ]]></description>
<pubDate>Sun, 16 Dec 2007 01:29:55 GMT</pubDate>
<guid>http://snipplr.com/view/4367/hace-script--ago-script/</guid>
</item>
<item>
<title>(PHP) Prevent SQL Injection - Abe</title>
<link>http://snipplr.com/view/4205/prevent-sql-injection/</link>
<description><![CDATA[ <p>Pass a user-inputted variable to this function in order to prevent SQL injection. Example:

mysql_query("INSERT INTO table VALUES('" . sql_sanitize($_POST["variable") . "')");

Instead of:

mysql_query("INSERT INTO table VALUES('" . $_POST["variable"] . "'");</p> ]]></description>
<pubDate>Wed, 28 Nov 2007 09:25:01 GMT</pubDate>
<guid>http://snipplr.com/view/4205/prevent-sql-injection/</guid>
</item>
<item>
<title>(PHP) Validate email - Abe</title>
<link>http://snipplr.com/view/3690/validate-email/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Sep 2007 15:50:09 GMT</pubDate>
<guid>http://snipplr.com/view/3690/validate-email/</guid>
</item>
<item>
<title>(PHP) Format phone - Abe</title>
<link>http://snipplr.com/view/3680/format-phone/</link>
<description><![CDATA[ <p>This script formats USA based phone numbers and has the option to convert phone numbers with letters into numbers.</p> ]]></description>
<pubDate>Thu, 13 Sep 2007 08:53:50 GMT</pubDate>
<guid>http://snipplr.com/view/3680/format-phone/</guid>
</item>
<item>
<title>(PHP) Get the extension of a filename - Abe</title>
<link>http://snipplr.com/view/3420/get-the-extension-of-a-filename/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jul 2007 06:04:38 GMT</pubDate>
<guid>http://snipplr.com/view/3420/get-the-extension-of-a-filename/</guid>
</item>
<item>
<title>(HTML) foreach $_GET - Abe</title>
<link>http://snipplr.com/view/2740/foreach-get/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 May 2007 10:23:31 GMT</pubDate>
<guid>http://snipplr.com/view/2740/foreach-get/</guid>
</item>
<item>
<title>(PHP) MYSQL Database Class - Abe</title>
<link>http://snipplr.com/view/2739/mysql-database-class/</link>
<description><![CDATA[ <p>This class operates a range of mysql functions base on arrays.

Example:


Name: 
Description:</p> ]]></description>
<pubDate>Sun, 27 May 2007 06:25:38 GMT</pubDate>
<guid>http://snipplr.com/view/2739/mysql-database-class/</guid>
</item>
<item>
<title>(PHP) Get Full URL - Abe</title>
<link>http://snipplr.com/view/2734/get-full-url/</link>
<description><![CDATA[ <p>Returns the full URL of the current page - including any query parameters.</p> ]]></description>
<pubDate>Fri, 25 May 2007 20:45:25 GMT</pubDate>
<guid>http://snipplr.com/view/2734/get-full-url/</guid>
</item>
<item>
<title>(HTML) foreach $_POST - Abe</title>
<link>http://snipplr.com/view/2730/foreach-post/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 May 2007 15:25:50 GMT</pubDate>
<guid>http://snipplr.com/view/2730/foreach-post/</guid>
</item>
<item>
<title>(PHP) Resize Image - Abe</title>
<link>http://snipplr.com/view/27/resize-image/</link>
<description><![CDATA[ <p>Creates a thumbnail from an existing image. $filename is the original filename, while $tmpname is the actual filesystem name (for example, the temporary filename used in a PHP upload). Returns an image resource which you can then output to the browser, or save to a file using imagejpg(), imagepng(), etc.</p> ]]></description>
<pubDate>Wed, 30 Nov -0001 00:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/27/resize-image/</guid>
</item>
</channel>
</rss>