<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/reverend</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 07:34:47 GMT</pubDate>
<item>
<title>(PHP) Export data to CSV - reverend</title>
<link>http://snipplr.com/view/12825/export-data-to-csv/</link>
<description><![CDATA[ <p>The best part about this script is that any table you put in the query on line 14 will be the headers and data in the CSV. No need to hand type out all the table headers unless you want to comment that section out and put in your own. So if you have a table full of users that includes: name, email, website, phone you could create a query like:

SELECT name, email, website, phone FROM users

This would pull only those fields to the CSV if you had other data like passwords, nicknames or instant messenger addresses in the same table.</p> ]]></description>
<pubDate>Thu, 05 Mar 2009 10:03:05 GMT</pubDate>
<guid>http://snipplr.com/view/12825/export-data-to-csv/</guid>
</item>
<item>
<title>(PHP) Find all variables available to a template - reverend</title>
<link>http://snipplr.com/view/12824/find-all-variables-available-to-a-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Mar 2009 09:47:11 GMT</pubDate>
<guid>http://snipplr.com/view/12824/find-all-variables-available-to-a-template/</guid>
</item>
<item>
<title>(PHP) Drupal - Theme table with columstriping - reverend</title>
<link>http://snipplr.com/view/3607/drupal--theme-table-with-columstriping/</link>
<description><![CDATA[ <p>This snipped adds columnstriping to cells. It works fine for most cases, but will behave strange when combined with colspan. 
Cells get an additional class 'even-col'  or 'odd-col'</p> ]]></description>
<pubDate>Thu, 30 Aug 2007 11:49:19 GMT</pubDate>
<guid>http://snipplr.com/view/3607/drupal--theme-table-with-columstriping/</guid>
</item>
</channel>
</rss>