<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Programmer's Perspective &#187; mysql</title>
	<atom:link href="http://www.jason-palmer.com/topics/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jason-palmer.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Jun 2010 17:32:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>PHP File Streaming with cat and passthru</title>
		<link>http://www.jason-palmer.com/2009/11/php-file-streaming-with-cat-and-passthru/</link>
		<comments>http://www.jason-palmer.com/2009/11/php-file-streaming-with-cat-and-passthru/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 00:36:45 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=63</guid>
		<description><![CDATA[The problem This weekend, I needed to figure out how to make an on-request, downloadable, backup of an entire MySQL database (for Magento, in case you were wondering). At first, I attempted the simplest approach, which was to perform the backup via system() or exec(), and then serve the file as a download using either [...]]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/11/php-file-streaming-with-cat-and-passthru/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHPMailer Inline String Attachment</title>
		<link>http://www.jason-palmer.com/2009/09/phpmailer-inline-string-attachment/</link>
		<comments>http://www.jason-palmer.com/2009/09/phpmailer-inline-string-attachment/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 20:38:22 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=54</guid>
		<description><![CDATA[Recently, while using PHPMailer, I needed the ability to have an inline string attachment, however this functionality is not present as of version 5.0.2, so I wrote my own. For those who don&#8217;t know, PHPMailer has a number of ways you can create email attachments: Standard Attachment &#8211; works as you&#8217;d expect Inline Attachment &#8211; [...]]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/09/phpmailer-inline-string-attachment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kaltura WordPress Plugin &#8211; Switching Partner IDs</title>
		<link>http://www.jason-palmer.com/2009/05/kaltura-wordpress-plugin-switching-partner-ids/</link>
		<comments>http://www.jason-palmer.com/2009/05/kaltura-wordpress-plugin-switching-partner-ids/#comments</comments>
		<pubDate>Tue, 26 May 2009 18:50:13 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=42</guid>
		<description><![CDATA[I am using the Kaltura All-In-One-Video WordPress Plugin on a project these days and I&#8217;ve come across a situation where I needed to switch my Partner ID to a new one (we purchased a paid account). However, there is currently no way of doing this in the interface or by editing any of the plugin [...]]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/05/kaltura-wordpress-plugin-switching-partner-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.155 seconds -->
