<?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>Fierce Reality &#187; PHP</title>
	<atom:link href="http://www.fiercereality.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fiercereality.com</link>
	<description>Thoughts on Work, the Web, and a whole lot more</description>
	<lastBuildDate>Wed, 02 Jun 2010 00:39:38 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting a Date with PHP &amp; MySQL</title>
		<link>http://www.fiercereality.com/2009/10/getting-a-date-with-php-mysql/</link>
		<comments>http://www.fiercereality.com/2009/10/getting-a-date-with-php-mysql/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 23:36:45 +0000</pubDate>
		<dc:creator>Bryan Nielsen</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.fiercereality.com/?p=8</guid>
		<description><![CDATA[Recently I was working on an event management project in PHP &#038; MySQL which made me realize that there must be a good solution for interacting with dates and times.  Not just using PHP's date format and storing it as character data in MySQL, and not having to parse out MySQL's DATETIME format in PHP.  Both PHP and MySQL have built-in functions for dealing with dates, it seems silly to have to give up one set of functionality for the other.]]></description>
		<wfw:commentRss>http://www.fiercereality.com/2009/10/getting-a-date-with-php-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
