<?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: How to get a PHP file to be included across files in different directories?</title>
	<atom:link href="http://dotcomreport.com/questionsandanswers/techno-geek-stuff-q-and-a/how-to-get-a-php-file-to-be-included-across-files-in-different-directories/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotcomreport.com/questionsandanswers/techno-geek-stuff-q-and-a/how-to-get-a-php-file-to-be-included-across-files-in-different-directories/</link>
	<description>Online Success Secrets &#38; Strategies</description>
	<lastBuildDate>Tue, 22 May 2012 18:58:49 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: moeishaa</title>
		<link>http://dotcomreport.com/questionsandanswers/techno-geek-stuff-q-and-a/how-to-get-a-php-file-to-be-included-across-files-in-different-directories/comment-page-1/#comment-263</link>
		<dc:creator>moeishaa</dc:creator>
		<pubDate>Wed, 21 Oct 2009 12:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://dotcomreport.com/?p=1785#comment-263</guid>
		<description>create the directories and include the names when using the require() function. 
 
example : 
 
your index.php is in the root directory 
/index.php 
and you have a directory with your other php files in 
/lib/other.php 
 
so in index.php you will have 
 
require(&quot;lib/other.php&quot;); </description>
		<content:encoded><![CDATA[<p>create the directories and include the names when using the require() function.</p>
<p>example :</p>
<p>your index.php is in the root directory</p>
<p>/index.php</p>
<p>and you have a directory with your other php files in</p>
<p>/lib/other.php</p>
<p>so in index.php you will have</p>
<p>require(&quot;lib/other.php&quot;); </p>
]]></content:encoded>
	</item>
</channel>
</rss>

