<?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>Matt Conroy &#187; PHP</title>
	<atom:link href="http://www.mattconroy.com/index.php/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattconroy.com</link>
	<description>My NoLedge</description>
	<lastBuildDate>Thu, 24 Jun 2010 21:11:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hello World PHP</title>
		<link>http://www.mattconroy.com/index.php/2008/01/14/hello-world-php/</link>
		<comments>http://www.mattconroy.com/index.php/2008/01/14/hello-world-php/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 01:16:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.mattconroy.com/?p=14</guid>
		<description><![CDATA[Just paste this code into a file named HelloWorld.php.

&#60;?php

echo 'Hello World!';

?&#62;
Navigate to the page and you have &#8220;hello world.&#8221;
]]></description>
			<content:encoded><![CDATA[<p>Just paste this code into a file named HelloWorld.php.</p>
<pre>
&lt;?php

echo 'Hello World!';

?&gt;</pre>
<p>Navigate to the page and you have &#8220;hello world.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattconroy.com/index.php/2008/01/14/hello-world-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
