<?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>Help 2 Design &#187; run php in localhost</title>
	<atom:link href="http://help2design.com/tags/run-php-in-localhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://help2design.com</link>
	<description>We help you to design the web!</description>
	<lastBuildDate>Sun, 27 Mar 2011 17:22:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to run PHP files on localhost?</title>
		<link>http://help2design.com/php-tutorials/how-to-run-php-files-on-localhost/</link>
		<comments>http://help2design.com/php-tutorials/how-to-run-php-files-on-localhost/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 13:43:44 +0000</pubDate>
		<dc:creator>Ranjith</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[run php in localhost]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://help2design.com/?p=63</guid>
		<description><![CDATA[1. First download the xampp from http://www.apachefriends.org/en/xampp.html 2. Extract the file and double click the exe. This will install Mysql and Apache servers. 3. Once the installation is complete, you will find XAMPP under Start / Programs / XAMPP. You can use the XAMPP Control Panel to start/stop all servers. Start Mysql and Apache servers. [...]]]></description>
			<content:encoded><![CDATA[<p>1. First download the xampp from <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">http://www.apachefriends.org/en/xampp.html</a><br />
2. Extract the file and double click the exe. This will install Mysql and Apache servers.<br />
3. Once the installation is complete, you will find XAMPP under Start / Programs / XAMPP. You can use the XAMPP Control Panel to start/stop all servers. Start Mysql and Apache servers.<br />
4. Write a test.php file and copy it in to C:/Program Files/XAMPP/htdocs/<br />
5. To run the php file, you just need to brows http://localhost/test.php</p>
<p>Note: You can also create any folder inside htdocs and past test.php inside the folder. If you create a folder called test then the address will become http://localhost/test/test.php</p>
]]></content:encoded>
			<wfw:commentRss>http://help2design.com/php-tutorials/how-to-run-php-files-on-localhost/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
	</channel>
</rss>

