<?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>Tue, 09 Jun 2026 14:28:58 +0000</lastBuildDate>
    <item>
      <title>(MySQL) What MySQL Table Has What Column - philsown</title>
      <link>https://snipplr.com/view/68577/what-mysql-table-has-what-column</link>
      <description>&lt;p&gt;How to find a given column in a given database in MySQL&lt;/p&gt;</description>
      <pubDate>Fri, 16 Nov 2012 00:50:08 UTC</pubDate>
      <guid>https://snipplr.com/view/68577/what-mysql-table-has-what-column</guid>
    </item>
    <item>
      <title>(PHP) Var Debug or Dump Library - philsown</title>
      <link>https://snipplr.com/view/68524/var-debug-or-dump-library</link>
      <description>&lt;p&gt;A little pile of functions I use for implementing a nice var dump alternative.&lt;/p&gt;</description>
      <pubDate>Tue, 13 Nov 2012 05:18:16 UTC</pubDate>
      <guid>https://snipplr.com/view/68524/var-debug-or-dump-library</guid>
    </item>
    <item>
      <title>(PHP) Dump function for when there\'s no xDebug present. - philsown</title>
      <link>https://snipplr.com/view/56632/dump-function-for-when-theres-no-xdebug-present</link>
      <description>&lt;p&gt;For when xDebug is not enabled and you want to echo/dump a variable.&#13;
&#13;
Shorter than:&#13;
&lt;pre&gt; var_dump($something); exit;&lt;/pre&gt;&#13;
if you use the $exit argument.&#13;
&#13;
Also shorter than:&#13;
&lt;pre&gt;echo "&amp;lt;pre&amp;gt;"; var_dump($something); echo "&amp;lt;/pre&amp;gt;"; exit;&lt;/pre&gt;&#13;
too.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Jul 2011 15:48:58 UTC</pubDate>
      <guid>https://snipplr.com/view/56632/dump-function-for-when-theres-no-xdebug-present</guid>
    </item>
    <item>
      <title>(Bash) Subversion Adding All Unversion Files - philsown</title>
      <link>https://snipplr.com/view/35820/subversion-adding-all-unversion-files</link>
      <description>&lt;p&gt;A quick script to add all of your unversioned files. Good when working in bulk.&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jun 2010 09:27:10 UTC</pubDate>
      <guid>https://snipplr.com/view/35820/subversion-adding-all-unversion-files</guid>
    </item>
    <item>
      <title>(PHP) Email Validation Function - philsown</title>
      <link>https://snipplr.com/view/31886/email-validation-function</link>
      <description>&lt;p&gt;I used to have the strlen block and the 2 preg if blocks each separately return false throughout, but lately I'm in a single point of exit mindset.&#13;
&#13;
I cannot take credit for the regexps - I borrowed them from someone who borrowed them. If the real author is known, please comment and attribute.&#13;
&#13;
I _did_ however make one edit, which was to increase the TLD portion from 3 chars max to 4 - to account for .info email addresses. One character - my big contribution!&#13;
&#13;
Enjoy&lt;/p&gt;</description>
      <pubDate>Wed, 14 Apr 2010 23:27:10 UTC</pubDate>
      <guid>https://snipplr.com/view/31886/email-validation-function</guid>
    </item>
    <item>
      <title>(PHP) Humor - Wrapper Functions - Who has time to find/replace? - philsown</title>
      <link>https://snipplr.com/view/31884/humor--wrapper-functions--who-has-time-to-findreplace</link>
      <description>&lt;p&gt;I found this snippet - and about 10 others like it - in an app I am re-factoring. Apparently re-factoring db\_fetch\_assoc was too much trouble, as was finding and replacing all references to it with the new function name.&lt;/p&gt;</description>
      <pubDate>Wed, 14 Apr 2010 22:59:22 UTC</pubDate>
      <guid>https://snipplr.com/view/31884/humor--wrapper-functions--who-has-time-to-findreplace</guid>
    </item>
  </channel>
</rss>
