<?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>PHP Tutorials Code Snippets and Php Tips &#187; get host full path</title>
	<atom:link href="http://readytousesolutions.com/phpblog/tag/get-host-full-path/feed/" rel="self" type="application/rss+xml" />
	<link>http://readytousesolutions.com/phpblog</link>
	<description>PHP tutorials - Examples of the most useful scripts</description>
	<lastBuildDate>Thu, 23 Sep 2010 06:54:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PHP Tutorial : getcwd get full path on host</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-getcwd-get-full-path-on-host/</link>
		<comments>http://readytousesolutions.com/phpblog/php-tutorial-getcwd-get-full-path-on-host/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 09:05:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Usefull PHP]]></category>
		<category><![CDATA[ftp path]]></category>
		<category><![CDATA[get account full path]]></category>
		<category><![CDATA[get current working directory]]></category>
		<category><![CDATA[get full path]]></category>
		<category><![CDATA[get host full path]]></category>
		<category><![CDATA[getcwd]]></category>
		<category><![CDATA[php get full path]]></category>
		<category><![CDATA[php getcwd]]></category>

		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=111</guid>
		<description><![CDATA[Hello, How many scripts which you have/had to install requires/required you to enter somewhere in a config php file to enter and setup the full path of your account in the web host? There are few I guess. The full &#8230; <a href="http://readytousesolutions.com/phpblog/php-tutorial-getcwd-get-full-path-on-host/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>How many scripts which you have/had to install requires/required you to enter somewhere in a config php file to enter and setup the full path of your account in the web host? There are few I guess. The full path on the ftp consists in a linux like full path in the most of the cases.</p>
<p>You can get it by using the getcwd() php function which means I think Get Current Working Directory or something like that.</p>
<pre class="php">
<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span>
$fullpath <span class="phpOperator">=</span> <span class="phpFunction">getcwd</span><span class="phpOperator">(</span><span class="phpOperator">)</span><span class="phpText">;</span>
<span class="htmlText">
print </span><span class="phpString">"My full path is $fullpath"</span><span class="phpText">;</span>
<span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://readytousesolutions.com/phpblog/php-tutorial-getcwd-get-full-path-on-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

