<?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 build an absolute url in php</title>
	<atom:link href="http://www.stefanoforenza.com/how-to-build-an-absolute-url-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stefanoforenza.com/how-to-build-an-absolute-url-in-php/</link>
	<description>Stefano Forenza - Personal Blog</description>
	<pubDate>Wed, 07 Jan 2009 12:32:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Abdou</title>
		<link>http://www.stefanoforenza.com/how-to-build-an-absolute-url-in-php/comment-page-1/#comment-25264</link>
		<dc:creator>Abdou</dc:creator>
		<pubDate>Wed, 10 Sep 2008 11:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://devnull.dreamhosters.com/2007/04/30/how-to-build-an-absolute-url-in-php/#comment-25264</guid>
		<description>Thanks a lot Stefano.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Stefano.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano Forenza</title>
		<link>http://www.stefanoforenza.com/how-to-build-an-absolute-url-in-php/comment-page-1/#comment-25219</link>
		<dc:creator>Stefano Forenza</dc:creator>
		<pubDate>Tue, 09 Sep 2008 14:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://devnull.dreamhosters.com/2007/04/30/how-to-build-an-absolute-url-in-php/#comment-25219</guid>
		<description>Hello, to my knowledge there's no such method. If you're not using Apache URL rewriting you could obtain it like this:

$url =  'http://'.$_SERVER['SERVER_NAME'].substr( __FILE__, strlen($_SERVER['DOCUMENT_ROOT']));</description>
		<content:encoded><![CDATA[<p>Hello, to my knowledge there&#8217;s no such method. If you&#8217;re not using Apache URL rewriting you could obtain it like this:</p>
<p>$url =  &#8216;http://&#8217;.$_SERVER['SERVER_NAME'].substr( __FILE__, strlen($_SERVER['DOCUMENT_ROOT']));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdou</title>
		<link>http://www.stefanoforenza.com/how-to-build-an-absolute-url-in-php/comment-page-1/#comment-25217</link>
		<dc:creator>Abdou</dc:creator>
		<pubDate>Tue, 09 Sep 2008 13:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://devnull.dreamhosters.com/2007/04/30/how-to-build-an-absolute-url-in-php/#comment-25217</guid>
		<description>Hello
Please is there any predifined variable or simple mechanism to get the absolute URL of the current php script beig parsed, jus as or __FILE__ (this is an OS pathname).

Thanks</description>
		<content:encoded><![CDATA[<p>Hello<br />
Please is there any predifined variable or simple mechanism to get the absolute URL of the current php script beig parsed, jus as or __FILE__ (this is an OS pathname).</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
