<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in PHP: Print the current year for copyright notices</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/php_print_the_current_year_for_copyright_notices_php_programming_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 12 Jan 2011 06:38:59 -0000</lastBuildDate><item><title>Re: PHP: Print the current year for copyright notices</title><link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/#comment-128131437</link><description>&lt;p&gt;Cool :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shan</dc:creator><pubDate>Wed, 12 Jan 2011 06:38:59 -0000</pubDate></item><item><title>Re: PHP: Print the current year for copyright notices</title><link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/#comment-59073964</link><description>&lt;p&gt; would be your 'custom variable' from an included config file where site = your site name / company name&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Bigler</dc:creator><pubDate>Mon, 28 Jun 2010 23:34:26 -0000</pubDate></item><item><title>Re: PHP: Print the current year for copyright notices</title><link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/#comment-59073875</link><description>&lt;p&gt;You could also use an if else to post the originating copyright year -through- to the current year, like this:&lt;br&gt;&lt;/p&gt;&lt;p&gt;Copyright ©  . All rights reserved.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Bigler</dc:creator><pubDate>Mon, 28 Jun 2010 23:33:32 -0000</pubDate></item><item><title>Re: PHP: Print the current year for copyright notices</title><link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/#comment-29267193</link><description>&lt;p&gt;wonderful tutorial&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">webb</dc:creator><pubDate>Sun, 10 Jan 2010 09:36:23 -0000</pubDate></item><item><title>Re: PHP: Print the current year for copyright notices</title><link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/#comment-22796899</link><description>&lt;p&gt;thanks for your tip&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Flight</dc:creator><pubDate>Wed, 11 Nov 2009 21:41:06 -0000</pubDate></item><item><title>Re: PHP: Print the current year for copyright notices</title><link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/#comment-7152265</link><description>&lt;p&gt;How about only this:&lt;/p&gt;&lt;p&gt;© &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Emil</dc:creator><pubDate>Thu, 12 Mar 2009 16:55:46 -0000</pubDate></item><item><title>Re: PHP: Print the current year for copyright notices</title><link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/#comment-5502095</link><description>&lt;p&gt; if in html, so:&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;pre&gt;©&lt;/pre&gt; &lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">veonexus</dc:creator><pubDate>Fri, 23 Jan 2009 16:59:42 -0000</pubDate></item><item><title>Re: PHP: Print the current year for copyright notices</title><link>http://www.tech-recipes.com/rx/2815/php_print_the_current_year_for_copyright_notices/#comment-4446182</link><description>&lt;p&gt;Why so many echos?&lt;/p&gt;&lt;p&gt;Use one echo&lt;/p&gt;&lt;p&gt;echo '© ' . date('Y');&lt;/p&gt;&lt;p&gt;or&lt;/p&gt;&lt;p&gt;sprintf( 'Copyright © %s - All right reserved.', date('Y') );&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sam IT</dc:creator><pubDate>Wed, 17 Dec 2008 00:49:37 -0000</pubDate></item></channel></rss>