<?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 syntax</title>
	<atom:link href="http://help2design.com/tags/php-syntax/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>
	</channel>
</rss>

