<?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>August Interactive Blog &#187; Development</title>
	<atom:link href="http://blog.augustinteractive.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.augustinteractive.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 16 Mar 2012 02:54:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>To PHP or Not to PHP, That is the Question.</title>
		<link>http://blog.augustinteractive.com/development/to-php-or-not-to-php-that-is-the-question/</link>
		<comments>http://blog.augustinteractive.com/development/to-php-or-not-to-php-that-is-the-question/#comments</comments>
		<pubDate>Tue, 17 May 2011 15:20:43 +0000</pubDate>
		<dc:creator>Anna Martin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[server-side includes]]></category>

		<guid isPermaLink="false">http://blog.augustinteractive.com/?p=109</guid>
		<description><![CDATA[In order for a website to use includes, you must use php calls.  Basically, the site is still an html website, with the exception that the html is created dynamically by parsing the php includes. If you view the source code for each page sent to your browser, you will not find the php script, [...]]]></description>
			<content:encoded><![CDATA[<p>In order for a website to use includes, you must use php calls.  Basically, the site is still an html website, with the exception that the html is created dynamically by parsing the php includes. If you view the source code for each page sent to your browser, you will not find the php script, only the html.  In order for the php in each page to be parsed, the file extension needs to be .php. You could write a mod to hide the .php extension, but I&#8217;m not sure if that is ever really necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.augustinteractive.com/development/to-php-or-not-to-php-that-is-the-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

