<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: php-how to use includes for navigation</title>
	<atom:link href="http://webgarden.ca/Blog/2008/02/php-how-to-use-includes-for-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://webgarden.ca/Blog/2008/02/php-how-to-use-includes-for-navigation/</link>
	<description></description>
	<lastBuildDate>Fri, 05 Mar 2010 19:02:57 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Blencowe</title>
		<link>http://webgarden.ca/Blog/2008/02/php-how-to-use-includes-for-navigation/comment-page-1/#comment-168</link>
		<dc:creator>Dave Blencowe</dc:creator>
		<pubDate>Thu, 05 Mar 2009 09:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://webgarden.ca/Blog/?p=47#comment-168</guid>
		<description>Sometimes you find that code including with the include(); directive is executed twice in a page and starts producing session errors and the like.

One way around this is to use the require_once(); directive. http://www.php.net/require_once</description>
		<content:encoded><![CDATA[<p>Sometimes you find that code including with the include(); directive is executed twice in a page and starts producing session errors and the like.</p>
<p>One way around this is to use the require_once(); directive. <a href="http://www.php.net/require_once" rel="nofollow">http://www.php.net/require_once</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

