<?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/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 24 Jul 2008 08:15:30 GMT</pubDate>
<item>
<title>(PHP) PHP - Lightweight Database and Rowset class, ActiveRecord style functions - dom111</title>
<link>http://snipplr.com/view/7468/php--lightweight-database-and-rowset-class-activerecord-style-functions/</link>
<description><![CDATA[ <p>Been wanting to made one of these for a while and finally I got round to it.

For some examples please visit the post:
http://www.dom111.co.uk/blog/coding/db/8

Any comments suggestions appreciated.
CreativeCommons ShareAlike</p> ]]></description>
<pubDate>Wed, 23 Jul 2008 18:59:13 GMT</pubDate>
<guid>http://snipplr.com/view/7468/php--lightweight-database-and-rowset-class-activerecord-style-functions/</guid>
</item>
<item>
<title>(PHP) dnl2p - ishkur</title>
<link>http://snipplr.com/view/7465/dnl2p/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Jul 2008 15:25:39 GMT</pubDate>
<guid>http://snipplr.com/view/7465/dnl2p/</guid>
</item>
<item>
<title>(PHP) Easy start and end copyright date - Pat64</title>
<link>http://snipplr.com/view/7446/easy-start-and-end-copyright-date/</link>
<description><![CDATA[ <p>Change only $start variable with your start year.
This very simple code will display two dates the next year like this :

© Copyright 2008 - 2009, All Rights Reserved.

and so on...</p> ]]></description>
<pubDate>Tue, 22 Jul 2008 18:06:34 GMT</pubDate>
<guid>http://snipplr.com/view/7446/easy-start-and-end-copyright-date/</guid>
</item>
<item>
<title>(PHP) substring_between - ishkur</title>
<link>http://snipplr.com/view/7443/substringbetween/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Jul 2008 14:06:43 GMT</pubDate>
<guid>http://snipplr.com/view/7443/substringbetween/</guid>
</item>
<item>
<title>(PHP) opendirectory image viewer - fris</title>
<link>http://snipplr.com/view/7439/opendirectory-image-viewer/</link>
<description><![CDATA[ <p>this is a little peice of code for when you have a opendirectory and want to parse it through a script, and you can place ads, etc on the page, also if the image is too larger it will resize it</p> ]]></description>
<pubDate>Tue, 22 Jul 2008 11:49:56 GMT</pubDate>
<guid>http://snipplr.com/view/7439/opendirectory-image-viewer/</guid>
</item>
<item>
<title>(PHP) Set PHP time limit for script execution to infinity - jdstraughan</title>
<link>http://snipplr.com/view/7423/set-php-time-limit-for-script-execution-to-infinity/</link>
<description><![CDATA[ <p>Reset PHP script time limit</p> ]]></description>
<pubDate>Mon, 21 Jul 2008 21:43:55 GMT</pubDate>
<guid>http://snipplr.com/view/7423/set-php-time-limit-for-script-execution-to-infinity/</guid>
</item>
<item>
<title>(Regular Expression) Dirección web - kamykaze77</title>
<link>http://snipplr.com/view/7347/direccin-web/</link>
<description><![CDATA[ <p>Validación de direcciones web correctas</p> ]]></description>
<pubDate>Thu, 17 Jul 2008 06:17:37 GMT</pubDate>
<guid>http://snipplr.com/view/7347/direccin-web/</guid>
</item>
<item>
<title>(PHP) Display a list of themed $nodes - zachharkey</title>
<link>http://snipplr.com/view/7337/display-a-list-of-themed-nodes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Jul 2008 12:22:43 GMT</pubDate>
<guid>http://snipplr.com/view/7337/display-a-list-of-themed-nodes/</guid>
</item>
<item>
<title>(PHP) Approximate / Fuzzy search base. - Cory</title>
<link>http://snipplr.com/view/7302/approximate--fuzzy-search-base/</link>
<description><![CDATA[ <p>This is a simple base for an approximate search application. You can currently use this to do search's but it, is not very sophisticated, right now anything that is as difference in characters base on the threshold will show up in the result, so with a threshold of 1 "the" would return, "he", "she", "thee", etc. But this is more made for a base for extending with your own capabilities.</p> ]]></description>
<pubDate>Tue, 15 Jul 2008 10:38:01 GMT</pubDate>
<guid>http://snipplr.com/view/7302/approximate--fuzzy-search-base/</guid>
</item>
<item>
<title>(PHP) SimpleMail - Cory</title>
<link>http://snipplr.com/view/7300/simplemail/</link>
<description><![CDATA[ <p>A simple very easy to use class for sending emails with / without attachments.</p> ]]></description>
<pubDate>Tue, 15 Jul 2008 10:20:09 GMT</pubDate>
<guid>http://snipplr.com/view/7300/simplemail/</guid>
</item>
<item>
<title>(PHP) Print all defined vars - Leech</title>
<link>http://snipplr.com/view/7229/print-all-defined-vars/</link>
<description><![CDATA[ <p>This snippet prints out all defined variables</p> ]]></description>
<pubDate>Fri, 11 Jul 2008 16:13:28 GMT</pubDate>
<guid>http://snipplr.com/view/7229/print-all-defined-vars/</guid>
</item>
<item>
<title>(PHP) Menu combo category in WordPress 2.5.1 - gfazioli</title>
<link>http://snipplr.com/view/7220/menu-combo-category-in-wordpress-251/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 11 Jul 2008 04:15:39 GMT</pubDate>
<guid>http://snipplr.com/view/7220/menu-combo-category-in-wordpress-251/</guid>
</item>
<item>
<title>(PHP) Linux shell commands from php script - jdstraughan</title>
<link>http://snipplr.com/view/7188/linux-shell-commands-from-php-script/</link>
<description><![CDATA[ <p>The “2>&amp;1″ bit tells to pipe the standard error to the standard output. Otherwise the standard error may not be outputted by the system and you won’t have a way to troubleshoot your script.</p> ]]></description>
<pubDate>Wed, 09 Jul 2008 15:35:16 GMT</pubDate>
<guid>http://snipplr.com/view/7188/linux-shell-commands-from-php-script/</guid>
</item>
<item>
<title>(PHP) PHP - Size converter - gbot</title>
<link>http://snipplr.com/view/7124/php--size-converter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Jul 2008 06:32:59 GMT</pubDate>
<guid>http://snipplr.com/view/7124/php--size-converter/</guid>
</item>
<item>
<title>(PHP) Autoloading Objects - luizlopes</title>
<link>http://snipplr.com/view/7091/autoloading-objects/</link>
<description><![CDATA[ <p>http://us.php.net/manual/en/language.oop5.autoload.php#82614</p> ]]></description>
<pubDate>Wed, 02 Jul 2008 13:05:56 GMT</pubDate>
<guid>http://snipplr.com/view/7091/autoloading-objects/</guid>
</item>
<item>
<title>(PHP) PHP (RegEx) IP Address Validation - aristoworks</title>
<link>http://snipplr.com/view/7047/php-regex-ip-address-validation/</link>
<description><![CDATA[ <p>A simple method of validating an IP address using PHP and regular expressions</p> ]]></description>
<pubDate>Tue, 01 Jul 2008 09:37:59 GMT</pubDate>
<guid>http://snipplr.com/view/7047/php-regex-ip-address-validation/</guid>
</item>
<item>
<title>(PHP) PHP (RegEx) Zip Code Validation - aristoworks</title>
<link>http://snipplr.com/view/7046/php-regex-zip-code-validation/</link>
<description><![CDATA[ <p>This is a simple method of validating a 9-digit zip code using PHP and regular expressions</p> ]]></description>
<pubDate>Tue, 01 Jul 2008 09:36:35 GMT</pubDate>
<guid>http://snipplr.com/view/7046/php-regex-zip-code-validation/</guid>
</item>
<item>
<title>(PHP) PHP (RegEx) Email Address Validation - aristoworks</title>
<link>http://snipplr.com/view/7045/php-regex-email-address-validation/</link>
<description><![CDATA[ <p>A simple method of validating an email address using PHP and regular expressions</p> ]]></description>
<pubDate>Tue, 01 Jul 2008 09:34:49 GMT</pubDate>
<guid>http://snipplr.com/view/7045/php-regex-email-address-validation/</guid>
</item>
<item>
<title>(PHP) PHP (RegEx) Telephone Number Validation - aristoworks</title>
<link>http://snipplr.com/view/7044/php-regex-telephone-number-validation/</link>
<description><![CDATA[ <p>A simple method of validating a telephone number using regular expressions and PHP</p> ]]></description>
<pubDate>Tue, 01 Jul 2008 09:33:24 GMT</pubDate>
<guid>http://snipplr.com/view/7044/php-regex-telephone-number-validation/</guid>
</item>
<item>
<title>(PHP) PHP Binary colours - jatkins</title>
<link>http://snipplr.com/view/6933/php-binary-colours/</link>
<description><![CDATA[ <p>Pretty pointless.</p> ]]></description>
<pubDate>Thu, 26 Jun 2008 15:37:38 GMT</pubDate>
<guid>http://snipplr.com/view/6933/php-binary-colours/</guid>
</item>
</channel>
</rss>