<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 06:28:02 +0000</lastBuildDate>
    <item>
      <title>(PHP) Print recursive in pre-formatted tags - andyhartleeds</title>
      <link>https://snipplr.com/view/30170/print-recursive-in-preformatted-tags</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 23 Mar 2010 10:27:44 UTC</pubDate>
      <guid>https://snipplr.com/view/30170/print-recursive-in-preformatted-tags</guid>
    </item>
    <item>
      <title>(PHP) Fetch $_GET array as a string representation - andyhartleeds</title>
      <link>https://snipplr.com/view/29535/fetch-get-array-as-a-string-representation</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 10 Mar 2010 04:41:06 UTC</pubDate>
      <guid>https://snipplr.com/view/29535/fetch-get-array-as-a-string-representation</guid>
    </item>
    <item>
      <title>(PHP) Number Parity function (checking if a number is odd or even) - andyhartleeds</title>
      <link>https://snipplr.com/view/10067/number-parity-function-checking-if-a-number-is-odd-or-even</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 26 Nov 2008 11:07:07 UTC</pubDate>
      <guid>https://snipplr.com/view/10067/number-parity-function-checking-if-a-number-is-odd-or-even</guid>
    </item>
    <item>
      <title>(PHP) How to Resize an Image Using PHP - Image Resizing Script - andyhartleeds</title>
      <link>https://snipplr.com/view/5590/how-to-resize-an-image-using-php--image-resizing-script</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 28 Mar 2008 09:44:35 UTC</pubDate>
      <guid>https://snipplr.com/view/5590/how-to-resize-an-image-using-php--image-resizing-script</guid>
    </item>
    <item>
      <title>(PHP) Next and Previous links/limiting results - andyhartleeds</title>
      <link>https://snipplr.com/view/4179/next-and-previous-linkslimiting-results</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 23 Nov 2007 05:51:55 UTC</pubDate>
      <guid>https://snipplr.com/view/4179/next-and-previous-linkslimiting-results</guid>
    </item>
    <item>
      <title>(HTML) Code Cache Prevention Code - andyhartleeds</title>
      <link>https://snipplr.com/view/4145/code-cache-prevention-code</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 16 Nov 2007 07:11:10 UTC</pubDate>
      <guid>https://snipplr.com/view/4145/code-cache-prevention-code</guid>
    </item>
    <item>
      <title>(SQL) Ordering multiple SELECT statements in a UNION - andyhartleeds</title>
      <link>https://snipplr.com/view/4076/ordering-multiple-select-statements-in-a-union</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 06 Nov 2007 08:43:28 UTC</pubDate>
      <guid>https://snipplr.com/view/4076/ordering-multiple-select-statements-in-a-union</guid>
    </item>
    <item>
      <title>(SQL) MySQL Mass Text/String Replace - andyhartleeds</title>
      <link>https://snipplr.com/view/3937/mysql-mass-textstring-replace</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 19 Oct 2007 06:53:12 UTC</pubDate>
      <guid>https://snipplr.com/view/3937/mysql-mass-textstring-replace</guid>
    </item>
    <item>
      <title>(PHP) How to check if a number is odd or even - andyhartleeds</title>
      <link>https://snipplr.com/view/3868/how-to-check-if-a-number-is-odd-or-even</link>
      <description>&lt;p&gt;How to check if a number is odd or even in PHP. Could also use the MOD (%) function, but apparently this method is better performance-wise.&lt;/p&gt;</description>
      <pubDate>Tue, 09 Oct 2007 09:31:40 UTC</pubDate>
      <guid>https://snipplr.com/view/3868/how-to-check-if-a-number-is-odd-or-even</guid>
    </item>
    <item>
      <title>(PHP) Directory lister - Totally PHP - andyhartleeds</title>
      <link>https://snipplr.com/view/3816/directory-lister--totally-php</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 02 Oct 2007 02:04:47 UTC</pubDate>
      <guid>https://snipplr.com/view/3816/directory-lister--totally-php</guid>
    </item>
    <item>
      <title>(CSS) CSS tableless forms using labels and spans - andyhartleeds</title>
      <link>https://snipplr.com/view/3719/css-tableless-forms-using-labels-and-spans</link>
      <description>&lt;p&gt;For creating forms without using tables, just CSS.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Sep 2007 04:56:57 UTC</pubDate>
      <guid>https://snipplr.com/view/3719/css-tableless-forms-using-labels-and-spans</guid>
    </item>
    <item>
      <title>(JavaScript) JS autosave function handler - andyhartleeds</title>
      <link>https://snipplr.com/view/3671/js-autosave-function-handler</link>
      <description>&lt;p&gt;A way to call a function before the window is unloaded/refreshed/etc. Used in the first E-shot Management System. Useful for auto-saving data/content before the window is closed or refreshed.&lt;/p&gt;</description>
      <pubDate>Wed, 12 Sep 2007 05:55:58 UTC</pubDate>
      <guid>https://snipplr.com/view/3671/js-autosave-function-handler</guid>
    </item>
    <item>
      <title>(PHP) Regular expressions filename replace - andyhartleeds</title>
      <link>https://snipplr.com/view/3670/regular-expressions-filename-replace</link>
      <description>&lt;p&gt;Strip out non-alphanumeric characters. Very useful for use with filenames.&lt;/p&gt;</description>
      <pubDate>Wed, 12 Sep 2007 05:50:28 UTC</pubDate>
      <guid>https://snipplr.com/view/3670/regular-expressions-filename-replace</guid>
    </item>
  </channel>
</rss>
