<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - iroybot</title>
<link>http://snipplr.com/users/iroybot/language/php/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 18:26:40 GMT</pubDate>
<item>
<title>(PHP) PHP Exec debugging</title>
<link>http://snipplr.com/view/66893/php-exec-debugging/</link>
<description><![CDATA[ <p>easy way of catching and displaying errors and return values from a exec() command  back in PHP.</p> ]]></description>
<pubDate>Sat, 25 Aug 2012 00:42:55 GMT</pubDate>
<guid>http://snipplr.com/view/66893/php-exec-debugging/</guid>
</item>
<item>
<title>(PHP) PHP Exec debugging</title>
<link>http://snipplr.com/view/66892/php-exec-debugging/</link>
<description><![CDATA[ <p>easy way of catching and displaying errors and return values from a exec() command  back in PHP.</p> ]]></description>
<pubDate>Sat, 25 Aug 2012 00:41:58 GMT</pubDate>
<guid>http://snipplr.com/view/66892/php-exec-debugging/</guid>
</item>
<item>
<title>(PHP) Simplepie with fixed Cache directory handling</title>
<link>http://snipplr.com/view/60572/simplepie-with-fixed-cache-directory-handling/</link>
<description><![CDATA[ <p>Simplepie per default uses relative paths to generate the cache filename. Whenever I  use Simplepie I run into the same problem, that the cache directory can't be located. This is why I modify the file everytime. Here's my version (with a hardcoded path which you'll want to replace with your desired location).</p> ]]></description>
<pubDate>Sun, 06 Nov 2011 07:00:30 GMT</pubDate>
<guid>http://snipplr.com/view/60572/simplepie-with-fixed-cache-directory-handling/</guid>
</item>
<item>
<title>(PHP) Example XML representation of Zend_Form</title>
<link>http://snipplr.com/view/52714/example-xml-representation-of-zendform/</link>
<description><![CDATA[ <p>the link explains how the XML is generated.</p> ]]></description>
<pubDate>Thu, 28 Apr 2011 08:30:17 GMT</pubDate>
<guid>http://snipplr.com/view/52714/example-xml-representation-of-zendform/</guid>
</item>
<item>
<title>(PHP) Zend_Form  Object to XML Data Representation (for use in XSLT)</title>
<link>http://snipplr.com/view/52713/zendform--object-to-xml-data-representation-for-use-in-xslt/</link>
<description><![CDATA[ <p>Turns a Zend_Form object into XML data. Click the associated link to see an Example XML result and a XSL Stylesheet used to display regular HMTL.</p> ]]></description>
<pubDate>Thu, 28 Apr 2011 08:10:07 GMT</pubDate>
<guid>http://snipplr.com/view/52713/zendform--object-to-xml-data-representation-for-use-in-xslt/</guid>
</item>
<item>
<title>(PHP) Using PHP in XPath</title>
<link>http://snipplr.com/view/48042/using-php-in-xpath/</link>
<description><![CDATA[ <p>I'm using this out of laziness.
PHP is slowing things down here, since it's not as close to C as XPath.
A better solution would be to have an attribute specifically for search purposes (either in upper or lowercase).</p> ]]></description>
<pubDate>Fri, 28 Jan 2011 10:14:24 GMT</pubDate>
<guid>http://snipplr.com/view/48042/using-php-in-xpath/</guid>
</item>
<item>
<title>(PHP) Retrieve Zend_Config options from application.ini</title>
<link>http://snipplr.com/view/45531/retrieve-zendconfig-options-from-applicationini/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 10 Dec 2010 02:52:52 GMT</pubDate>
<guid>http://snipplr.com/view/45531/retrieve-zendconfig-options-from-applicationini/</guid>
</item>
<item>
<title>(PHP) Adding Rules to the WordPress WP_Rewrite</title>
<link>http://snipplr.com/view/34120/adding-rules-to-the-wordpress-wprewrite/</link>
<description><![CDATA[ <p>courtesy of mark8barnes (http://wordpress.org/support/profile/52354)</p> ]]></description>
<pubDate>Mon, 10 May 2010 06:39:52 GMT</pubDate>
<guid>http://snipplr.com/view/34120/adding-rules-to-the-wordpress-wprewrite/</guid>
</item>
<item>
<title>(PHP) Reading external files - the safe way</title>
<link>http://snipplr.com/view/20465/reading-external-files--the-safe-way/</link>
<description><![CDATA[ <p>this comes from YAPB plugin for WordPress. kudos to the author.
(there are some functions that are deprecated in PHP 5.2+ - you'll need to replace eregi with the mb_ version). This should be quite failsafe, regardless if curl is installed or the settings in your php.ini (allow_url_fopen), etc.</p> ]]></description>
<pubDate>Wed, 30 Sep 2009 08:51:18 GMT</pubDate>
<guid>http://snipplr.com/view/20465/reading-external-files--the-safe-way/</guid>
</item>
<item>
<title>(PHP) HTML compression // white space removal</title>
<link>http://snipplr.com/view/19628/html-compression--white-space-removal/</link>
<description><![CDATA[ <p>i know these regex stuff is rather slow, but still i like having slim documents. (don't forget to use gzip compression on all text docs)</p> ]]></description>
<pubDate>Sat, 12 Sep 2009 10:15:24 GMT</pubDate>
<guid>http://snipplr.com/view/19628/html-compression--white-space-removal/</guid>
</item>
<item>
<title>(PHP) Basic PHP Login and Forwarding</title>
<link>http://snipplr.com/view/11898/basic-php-login-and-forwarding/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Feb 2009 07:35:21 GMT</pubDate>
<guid>http://snipplr.com/view/11898/basic-php-login-and-forwarding/</guid>
</item>
</channel>
</rss>