<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - chrisaiv</title>
<link>http://snipplr.com/users/chrisaiv/language/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 17:22:53 GMT</pubDate>
<item>
<title>(PHP) PHP: PHP Proxy</title>
<link>http://snipplr.com/view/56894/php-php-proxy/</link>
<description><![CDATA[ <p>Sometimes you need a PHP script that will serve as a page proxy.  Here it is!</p> ]]></description>
<pubDate>Wed, 20 Jul 2011 07:51:53 GMT</pubDate>
<guid>http://snipplr.com/view/56894/php-php-proxy/</guid>
</item>
<item>
<title>(PHP) PHP: List out items in a directory</title>
<link>http://snipplr.com/view/25606/php-list-out-items-in-a-directory/</link>
<description><![CDATA[ <p>See the contents within a directory and print them out.</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 17:02:10 GMT</pubDate>
<guid>http://snipplr.com/view/25606/php-list-out-items-in-a-directory/</guid>
</item>
<item>
<title>(PHP) PHP: Finding information on a file</title>
<link>http://snipplr.com/view/25604/php-finding-information-on-a-file/</link>
<description><![CDATA[ <p>Handy function that allows you get some data on a file</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 16:46:09 GMT</pubDate>
<guid>http://snipplr.com/view/25604/php-finding-information-on-a-file/</guid>
</item>
<item>
<title>(PHP) PHP: File System Basics</title>
<link>http://snipplr.com/view/25339/php-file-system-basics/</link>
<description><![CDATA[ <p>Here are some ways to figure out what file or directory your script is loading from.</p> ]]></description>
<pubDate>Wed, 23 Dec 2009 11:16:03 GMT</pubDate>
<guid>http://snipplr.com/view/25339/php-file-system-basics/</guid>
</item>
<item>
<title>(PHP) PHP: Comparing Objects using == and ===</title>
<link>http://snipplr.com/view/24080/php-comparing-objects-using--and-/</link>
<description><![CDATA[ <p>Here are a few examples that show how the relationship between objects and references</p> ]]></description>
<pubDate>Tue, 01 Dec 2009 19:38:12 GMT</pubDate>
<guid>http://snipplr.com/view/24080/php-comparing-objects-using--and-/</guid>
</item>
<item>
<title>(PHP) PHP: How PHP is inconsistent</title>
<link>http://snipplr.com/view/23897/php-how-php-is-inconsistent/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 29 Nov 2009 20:13:52 GMT</pubDate>
<guid>http://snipplr.com/view/23897/php-how-php-is-inconsistent/</guid>
</item>
<item>
<title>(PHP) PHP: Determine if a Class has been defined</title>
<link>http://snipplr.com/view/23717/php-determine-if-a-class-has-been-defined/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Nov 2009 21:43:10 GMT</pubDate>
<guid>http://snipplr.com/view/23717/php-determine-if-a-class-has-been-defined/</guid>
</item>
<item>
<title>(PHP) PHP: Moderately Complicated Reference Example</title>
<link>http://snipplr.com/view/23716/php-moderately-complicated-reference-example/</link>
<description><![CDATA[ <p>This shows you how to return a reference from a method.</p> ]]></description>
<pubDate>Tue, 24 Nov 2009 21:19:12 GMT</pubDate>
<guid>http://snipplr.com/view/23716/php-moderately-complicated-reference-example/</guid>
</item>
<item>
<title>(PHP) PHP: Simple Reference Example</title>
<link>http://snipplr.com/view/23672/php-simple-reference-example/</link>
<description><![CDATA[ <p>References are like aliases.  Instead of assigning memory to the new variable, you're simply pointing to the previous variable.</p> ]]></description>
<pubDate>Tue, 24 Nov 2009 12:01:08 GMT</pubDate>
<guid>http://snipplr.com/view/23672/php-simple-reference-example/</guid>
</item>
<item>
<title>(PHP) PHP: Simple Index Incrementor Method</title>
<link>http://snipplr.com/view/23670/php-simple-index-incrementor-method/</link>
<description><![CDATA[ <p>A million different ways to incrementally increase a number, here's another.</p> ]]></description>
<pubDate>Tue, 24 Nov 2009 11:50:50 GMT</pubDate>
<guid>http://snipplr.com/view/23670/php-simple-index-incrementor-method/</guid>
</item>
<item>
<title>(PHP) PHP: List of Server Variables</title>
<link>http://snipplr.com/view/23621/php-list-of-server-variables/</link>
<description><![CDATA[ <p>Here's a pretty comprehensive list of Server variables I use.</p> ]]></description>
<pubDate>Mon, 23 Nov 2009 20:57:56 GMT</pubDate>
<guid>http://snipplr.com/view/23621/php-list-of-server-variables/</guid>
</item>
<item>
<title>(PHP) PHP: Basic Date/Time Functions</title>
<link>http://snipplr.com/view/23620/php-basic-datetime-functions/</link>
<description><![CDATA[ <p>Dates and Time are always important to understand in any language.  PHP has some rockin' functions but here are a few that I use the most.</p> ]]></description>
<pubDate>Mon, 23 Nov 2009 20:34:46 GMT</pubDate>
<guid>http://snipplr.com/view/23620/php-basic-datetime-functions/</guid>
</item>
<item>
<title>(PHP) PHP: Fun with Arrays</title>
<link>http://snipplr.com/view/23611/php-fun-with-arrays/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 23 Nov 2009 14:13:30 GMT</pubDate>
<guid>http://snipplr.com/view/23611/php-fun-with-arrays/</guid>
</item>
<item>
<title>(PHP) PHP: Simple Dynamic Variable Example</title>
<link>http://snipplr.com/view/23609/php-simple-dynamic-variable-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 23 Nov 2009 13:36:22 GMT</pubDate>
<guid>http://snipplr.com/view/23609/php-simple-dynamic-variable-example/</guid>
</item>
<item>
<title>(PHP) jQuery: Validating Recaptcha' with AJAX</title>
<link>http://snipplr.com/view/15563/jquery-validating-recaptcha-with-ajax/</link>
<description><![CDATA[ <p>I was asked to add Recaptcha' to an already existing form.  I didn't want to interfere with the code so I decided to search for some sort of AJAX solution.  Here's my implementation of DarkSideOfTheCarton.com.  This form needs to have a form with </p> ]]></description>
<pubDate>Fri, 05 Jun 2009 13:38:53 GMT</pubDate>
<guid>http://snipplr.com/view/15563/jquery-validating-recaptcha-with-ajax/</guid>
</item>
<item>
<title>(PHP) Handy Conditional Statements for Joomla</title>
<link>http://snipplr.com/view/13770/handy-conditional-statements-for-joomla/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 04 Apr 2009 11:28:29 GMT</pubDate>
<guid>http://snipplr.com/view/13770/handy-conditional-statements-for-joomla/</guid>
</item>
<item>
<title>(PHP) PHP: Capture RSS feed</title>
<link>http://snipplr.com/view/12467/php-capture-rss-feed/</link>
<description><![CDATA[ <p>AJAX by default only lets you play within your own Domain.com but there are plenty of times where you want to use someone else's feed.  Check out http://snipplr.com/view/12466/jquery-parse-rss-feed/ to understand the rest.</p> ]]></description>
<pubDate>Sun, 22 Feb 2009 14:32:48 GMT</pubDate>
<guid>http://snipplr.com/view/12467/php-capture-rss-feed/</guid>
</item>
<item>
<title>(PHP) PHP: Simple PHP Redirect</title>
<link>http://snipplr.com/view/12460/php-simple-php-redirect/</link>
<description><![CDATA[ <p>Simply create a new index.php and place this code within.</p> ]]></description>
<pubDate>Sun, 22 Feb 2009 13:52:13 GMT</pubDate>
<guid>http://snipplr.com/view/12460/php-simple-php-redirect/</guid>
</item>
<item>
<title>(PHP) PHP: Capture Location of FLV from YouTube</title>
<link>http://snipplr.com/view/9473/php-capture-location-of-flv-from-youtube/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 03 Nov 2008 23:04:59 GMT</pubDate>
<guid>http://snipplr.com/view/9473/php-capture-location-of-flv-from-youtube/</guid>
</item>
<item>
<title>(PHP) PHP MP3 playlist</title>
<link>http://snipplr.com/view/5513/php-mp3-playlist/</link>
<description><![CDATA[ <p>I found this script out in space and think it's rad.  Click on the URL to see this authors profile. The easiest way to use this script is to place it in the same directory as your mp3's then make a request to the php.  The php will return an XML with the song Path, Title, and Author which is great for Flash.</p> ]]></description>
<pubDate>Thu, 20 Mar 2008 18:23:45 GMT</pubDate>
<guid>http://snipplr.com/view/5513/php-mp3-playlist/</guid>
</item>
</channel>
</rss>