<?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 09:38:57 +0000</lastBuildDate>
    <item>
      <title>(PHP) MySQL Fetch Results - neogeek</title>
      <link>https://snipplr.com/view/178/mysql-fetch-results</link>
      <description>&lt;p&gt;Fetch the results of a MySQL query.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Jul 2006 10:06:30 UTC</pubDate>
      <guid>https://snipplr.com/view/178/mysql-fetch-results</guid>
    </item>
    <item>
      <title>(PHP) MySQL List Database Tables - neogeek</title>
      <link>https://snipplr.com/view/177/mysql-list-database-tables</link>
      <description>&lt;p&gt;Fetch a list of tables in a specific database.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Jul 2006 10:05:35 UTC</pubDate>
      <guid>https://snipplr.com/view/177/mysql-list-database-tables</guid>
    </item>
    <item>
      <title>(PHP) MySQL List Databases - neogeek</title>
      <link>https://snipplr.com/view/176/mysql-list-databases</link>
      <description>&lt;p&gt;Fetch a list of available databases.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Jul 2006 10:03:52 UTC</pubDate>
      <guid>https://snipplr.com/view/176/mysql-list-databases</guid>
    </item>
    <item>
      <title>(PHP) File Put Contents - neogeek</title>
      <link>https://snipplr.com/view/175/file-put-contents</link>
      <description>&lt;p&gt;Similar to the file_put_contents() function in PHP5 built for PHP4 (will not cause errors on a server running PHP5).&lt;/p&gt;</description>
      <pubDate>Sat, 01 Jul 2006 10:02:35 UTC</pubDate>
      <guid>https://snipplr.com/view/175/file-put-contents</guid>
    </item>
    <item>
      <title>(PHP) Simple MySQL Search Function - neogeek</title>
      <link>https://snipplr.com/view/171/simple-mysql-search-function</link>
      <description>&lt;p&gt;A quick and simple way to search a MySQL database. Example: mysql_search('items', 'title tags', isset($_GET['q'])?$_GET['q']:'', Array('columns'=&gt;'*', 'method'=&gt;'OR', 'extra_sql'=&gt;'AND active = "true" ORDER BY id DESC'));&lt;/p&gt;</description>
      <pubDate>Sat, 01 Jul 2006 09:55:37 UTC</pubDate>
      <guid>https://snipplr.com/view/171/simple-mysql-search-function</guid>
    </item>
    <item>
      <title>(PHP) US States and World Countries Collection - neogeek</title>
      <link>https://snipplr.com/view/169/us-states-and-world-countries-collection</link>
      <description>&lt;p&gt;This is a collection of US States (Long and abbreviated names) and world countries. There are a few examples of usage below the collections.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Jul 2006 09:43:23 UTC</pubDate>
      <guid>https://snipplr.com/view/169/us-states-and-world-countries-collection</guid>
    </item>
    <item>
      <title>(PHP) Fetch Remote File - neogeek</title>
      <link>https://snipplr.com/view/107/fetch-remote-file</link>
      <description>&lt;p&gt;This simple function allows you to fetch files from other web sites in PHP4 without needing to install any extensions for PHP.&lt;/p&gt;</description>
      <pubDate>Thu, 29 Jun 2006 22:26:14 UTC</pubDate>
      <guid>https://snipplr.com/view/107/fetch-remote-file</guid>
    </item>
  </channel>
</rss>
