<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - mikegreen</title>
<link>http://snipplr.com/users/mikegreen/tags/mysql</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 03:19:35 GMT</pubDate>
<item>
<title>(PHP) Export MySQL Data as CSV</title>
<link>http://snipplr.com/view/11187/export-mysql-data-as-csv/</link>
<description><![CDATA[ <p># Export MySQL Data as CSV

This code takes a `mysql_query()` resource and outputs its rows into CSV spreadsheet format. Edit the `header('Content-Disposition...` declaration to tell the user's browser to either display the data as plain text or download it as an `attachment`.

__Note:__ This doesn't include the code to connect to the database in the first place. Don't forget that, otherwise this code is pretty useless.</p> ]]></description>
<pubDate>Thu, 15 Jan 2009 00:09:34 GMT</pubDate>
<guid>http://snipplr.com/view/11187/export-mysql-data-as-csv/</guid>
</item>
<item>
<title>(PHP) PEAR::DB MySQL Functions</title>
<link>http://snipplr.com/view/6419/peardb-mysql-functions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 May 2008 11:26:26 GMT</pubDate>
<guid>http://snipplr.com/view/6419/peardb-mysql-functions/</guid>
</item>
<item>
<title>(PHP) PHP MySQL Connect</title>
<link>http://snipplr.com/view/6380/php-mysql-connect/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 May 2008 10:33:15 GMT</pubDate>
<guid>http://snipplr.com/view/6380/php-mysql-connect/</guid>
</item>
</channel>
</rss>