<?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; PHP Tutorials</title>
	<atom:link href="http://help2design.com/category/php-tutorials/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>Basic PHP Syntax</title>
		<link>http://help2design.com/php-tutorials/basic-php-syntax/</link>
		<comments>http://help2design.com/php-tutorials/basic-php-syntax/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 13:45:35 +0000</pubDate>
		<dc:creator>Ranjith</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[First php program]]></category>
		<category><![CDATA[php syntax]]></category>
		<category><![CDATA[php tutorial]]></category>

		<guid isPermaLink="false">http://help2design.com/?p=64</guid>
		<description><![CDATA[Php codes will starts with &#60;?php and ends with ?&#62;. Here is the first php program. &#60;html&#62; &#60;body&#62; &#60;?php echo "MY First PHP Program"; ?&#62; &#60;/body&#62; &#60;/html&#62; Write the above codes in notepad and save it as first.php. Now run the this file on localhost, you should be able to see MY First PHP Program. [...]]]></description>
			<content:encoded><![CDATA[<p>Php codes will starts with <strong>&lt;?php</strong> and ends with <strong>?&gt;</strong>.</p>
<p>Here is the first php program.</p>
<p>&lt;html&gt;<br />
&lt;body&gt;</p>
<p>&lt;?php<br />
echo "MY First PHP Program";<br />
?&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>Write the above codes in notepad and save it as first.php. Now run the this file on localhost, you should be able to see MY First PHP Program. Here echo is a print command.</p>
]]></content:encoded>
			<wfw:commentRss>http://help2design.com/php-tutorials/basic-php-syntax/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>53</slash:comments>
		</item>
	</channel>
</rss>

