<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP: Print the current year for copyright notices</title>
	<atom:link href="http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 21:54:54 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flight</title>
		<link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/comment-page-1/#comment-16262</link>
		<dc:creator>Flight</dc:creator>
		<pubDate>Wed, 11 Nov 2009 23:41:06 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-16262</guid>
		<description>thanks for your tip</description>
		<content:encoded><![CDATA[<p>thanks for your tip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laptop-battery</title>
		<link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/comment-page-1/#comment-16221</link>
		<dc:creator>laptop-battery</dc:creator>
		<pubDate>Tue, 10 Nov 2009 11:58:08 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-16221</guid>
		<description>I have learned the PHP,but i have not know the detail about the PHP,I don&#039;t write the code of the PHP,only see the easy cold.&lt;br&gt;&lt;a href=&quot;http://www.laptopbatterypack.org.uk&quot; rel=&quot;nofollow&quot;&gt;http://www.laptopbatterypack.org.uk&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I have learned the PHP,but i have not know the detail about the PHP,I don&#39;t write the code of the PHP,only see the easy cold.<br /><a href="http://www.laptopbatterypack.org.uk" rel="nofollow">http://www.laptopbatterypack.org.uk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/comment-page-1/#comment-9382</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Thu, 12 Mar 2009 18:55:46 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-9382</guid>
		<description>How about only this:&lt;br&gt;&lt;br&gt;&#169; &lt;?php echo date(&quot;Y&quot;); ?&gt;</description>
		<content:encoded><![CDATA[<p>How about only this:</p>
<p>&copy; &lt;?php echo date(&#8221;Y&#8221;); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veonexus</title>
		<link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/comment-page-1/#comment-7728</link>
		<dc:creator>veonexus</dc:creator>
		<pubDate>Fri, 23 Jan 2009 18:59:42 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7728</guid>
		<description>&lt;?=date(&quot;Y&quot;)?&gt; if in html, so:&lt;br&gt;&lt;br&gt;&lt;span&gt;&lt;pre&gt;&#169;&lt;/pre&gt; &lt;?=date(&quot;Y&quot;)?&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p>&lt;?=date(&#8221;Y&#8221;)?&gt; if in html, so:</p>
<p>&lt;span&gt;&lt;pre&gt;&copy;&lt;/pre&gt; &lt;?=date(&#8221;Y&#8221;)?&gt;&lt;/span&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam IT</title>
		<link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/comment-page-1/#comment-6227</link>
		<dc:creator>Sam IT</dc:creator>
		<pubDate>Wed, 17 Dec 2008 02:49:37 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-6227</guid>
		<description>Why so many echos?&lt;br&gt;&lt;br&gt;Use one echo&lt;br&gt;&lt;br&gt;echo &#039;&#169; &#039; . date(&#039;Y&#039;);&lt;br&gt;&lt;br&gt;or&lt;br&gt;&lt;br&gt;sprintf( &#039;Copyright &#169; %s - All right reserved.&#039;, date(&#039;Y&#039;) );</description>
		<content:encoded><![CDATA[<p>Why so many echos?</p>
<p>Use one echo</p>
<p>echo &#39;&copy; &#39; . date(&#39;Y&#39;);</p>
<p>or</p>
<p>sprintf( &#39;Copyright &copy; %s &#8211; All right reserved.&#39;, date(&#39;Y&#39;) );</p>
]]></content:encoded>
	</item>
</channel>
</rss>
