<?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 Function: realpath()</title>
	<atom:link href="http://www.fullondesign.co.uk/coding/php/1297-php-function-realpath.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fullondesign.co.uk/coding/php/1297-php-function-realpath.htm</link>
	<description>Design &#38; Web Technologies</description>
	<lastBuildDate>Sat, 31 Jul 2010 10:22:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Vincent Reniers</title>
		<link>http://www.fullondesign.co.uk/coding/php/1297-php-function-realpath.htm/comment-page-1#comment-2385</link>
		<dc:creator>Vincent Reniers</dc:creator>
		<pubDate>Sat, 19 Dec 2009 23:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=1297#comment-2385</guid>
		<description>The most common use of realpaths would be as a base path. If you set the path as a constant BASE for example and add a &#039;/&#039;. Putting this constant inside every include file would make your system indepent from its surroundings. So moving the directory shouldn&#039;t coss too much problems when you use this.

An alternative is also the dirname(__FILE__) function. Which returns the path to the file that is currently executing.</description>
		<content:encoded><![CDATA[<p>The most common use of realpaths would be as a base path. If you set the path as a constant BASE for example and add a &#8216;/&#8217;. Putting this constant inside every include file would make your system indepent from its surroundings. So moving the directory shouldn&#8217;t coss too much problems when you use this.</p>
<p>An alternative is also the dirname(__FILE__) function. Which returns the path to the file that is currently executing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
