<?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>Eric Williams &#187; PHP</title>
	<atom:link href="http://www.ecwilliams.net/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecwilliams.net</link>
	<description>Yadda Yadda......</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:28:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easy PHP Caching</title>
		<link>http://www.ecwilliams.net/2010/07/21/easy-php-caching/</link>
		<comments>http://www.ecwilliams.net/2010/07/21/easy-php-caching/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 14:28:38 +0000</pubDate>
		<dc:creator>Eric Williams</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ecwilliams.net/?p=34</guid>
		<description><![CDATA[Just as the title says, easy php caching.  
Step 1:  Create a folder in the root of your website to store the cached files and make sure the folder is writable by php.  My folder is named appropriately cache.
Step 2: Start the part of the page you want cached with&#8230;.

// Start Cache
$cachefile [...]]]></description>
		<wfw:commentRss>http://www.ecwilliams.net/2010/07/21/easy-php-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending Text Messages Via PHP</title>
		<link>http://www.ecwilliams.net/2009/08/26/sending-text-messages-via-php/</link>
		<comments>http://www.ecwilliams.net/2009/08/26/sending-text-messages-via-php/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:14:20 +0000</pubDate>
		<dc:creator>Eric Williams</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Text Message]]></category>

		<guid isPermaLink="false">http://www.ecwilliams.net/?p=15</guid>
		<description><![CDATA[Sunday is family day for us.  We try on most Sundays to get together for lunch after church.  It is nice to get together and catchup on what is happening in everyone&#8217;s lives.
The problem is it is so hard to get everyone to agree on a restaurant!  Honestly this is usually a [...]]]></description>
		<wfw:commentRss>http://www.ecwilliams.net/2009/08/26/sending-text-messages-via-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
