<?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; php comments</title>
	<atom:link href="http://readytousesolutions.com/phpblog/tag/php-comments/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 : Comments in php code</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-comments-in-php-code/</link>
		<comments>http://readytousesolutions.com/phpblog/php-tutorial-comments-in-php-code/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 10:28:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic PHP]]></category>
		<category><![CDATA[code commenting]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[php code comments]]></category>
		<category><![CDATA[php commenting]]></category>
		<category><![CDATA[php comments]]></category>

		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=89</guid>
		<description><![CDATA[Commenting php code can be done in 3 ways. There are 3 different signs of commenting code in php. First option is with sharp sign &#8220;#&#8221;. Like here: #this is a comment ?&#62; The second option is with a double &#8230; <a href="http://readytousesolutions.com/phpblog/php-tutorial-comments-in-php-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Commenting php code can be done in 3 ways. There are 3 different signs of commenting code in php.<br />
First option is with sharp sign &#8220;#&#8221;. Like here:</p>
<pre class="php">
#this is a comment
?&gt;
</pre>
<p>The second option is with a double backslash &#8220;//&#8221;</p>
<pre class="php">
//this is another a comment
?&gt;
</pre>
<p>Last option is the use of a backslash and this sign * like &#8220;/*&#8221; and end it with &#8220;/*&#8221;</p>
<pre class="php">
/*this is a comment on line 1
continued comment
extended comment
end of comment */
?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://readytousesolutions.com/phpblog/php-tutorial-comments-in-php-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

