<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jdstraughan</title>
<link>http://snipplr.com/users/jdstraughan/language/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 20:17:48 GMT</pubDate>
<item>
<title>(PHP) Disable view and layout in Zend Framework</title>
<link>http://snipplr.com/view/36507/disable-view-and-layout-in-zend-framework/</link>
<description><![CDATA[ <p>Use this to disable view and layout in Zend Framework controller action</p> ]]></description>
<pubDate>Wed, 30 Jun 2010 07:51:04 GMT</pubDate>
<guid>http://snipplr.com/view/36507/disable-view-and-layout-in-zend-framework/</guid>
</item>
<item>
<title>(PHP) Create Digg Url with PHP</title>
<link>http://snipplr.com/view/13751/create-digg-url-with-php/</link>
<description><![CDATA[ <p>This function will convert any long url into a Diggbar url</p> ]]></description>
<pubDate>Fri, 03 Apr 2009 15:13:14 GMT</pubDate>
<guid>http://snipplr.com/view/13751/create-digg-url-with-php/</guid>
</item>
<item>
<title>(PHP) Date function parameters for RSS formated date (pubDate)</title>
<link>http://snipplr.com/view/12255/date-function-parameters-for-rss-formated-date-pubdate/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 16 Feb 2009 13:18:19 GMT</pubDate>
<guid>http://snipplr.com/view/12255/date-function-parameters-for-rss-formated-date-pubdate/</guid>
</item>
<item>
<title>(PHP) Show page source from get request</title>
<link>http://snipplr.com/view/8190/show-page-source-from-get-request/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Sep 2008 10:39:56 GMT</pubDate>
<guid>http://snipplr.com/view/8190/show-page-source-from-get-request/</guid>
</item>
<item>
<title>(PHP) Make page titles seo-friendly for URL</title>
<link>http://snipplr.com/view/7866/make-page-titles-seofriendly-for-url/</link>
<description><![CDATA[ <p>If you have a title, for something like a blog or product, and want to make an seo-friendly name to call it, here is a function.

SAMPLE INPUT:
$title = "This foo's bar is rockin' cool!";
echo make_seo_name($title);
//RETURNS:
//this-foos-bar-is-rockin-cool</p> ]]></description>
<pubDate>Thu, 14 Aug 2008 00:01:15 GMT</pubDate>
<guid>http://snipplr.com/view/7866/make-page-titles-seofriendly-for-url/</guid>
</item>
<item>
<title>(PHP) Set PHP time limit for script execution to infinity</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>(PHP) Linux shell commands from php script</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>
</channel>
</rss>