<?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>DJS Web Design</title>
	<atom:link href="http://djswebdesign.com/feed" rel="self" type="application/rss+xml" />
	<link>http://djswebdesign.com</link>
	<description>Freelance Web Designer</description>
	<lastBuildDate>Wed, 11 Jan 2012 18:44:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Using PHP for Year in Copyright</title>
		<link>http://djswebdesign.com/php/using-php-for-year-in-copyright.html</link>
		<comments>http://djswebdesign.com/php/using-php-for-year-in-copyright.html#comments</comments>
		<pubDate>Mon, 05 Dec 2011 16:17:57 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://djswebdesign.com/?p=12</guid>
		<description><![CDATA[Wow 2011 has really flown by.  Now that 2012 is almost here it&#8217;s time to start changing copyright info in the footer of your site.  Here is quick and easy way to make sure your copyright line always contains the correct year.  The code below pertains to PHP. &#60;?php echo date("Y");   ?&#62; All rights reserved. You know the rest ]]></description>
			<content:encoded><![CDATA[<p>Wow 2011 has really flown by.  Now that 2012 is almost here it&#8217;s time to start changing copyright info in the footer of your site.  Here is quick and easy way to make sure your copyright line always contains the correct year.  The code below pertains to PHP.</p>
<pre>&lt;?php echo date("Y");   ?&gt; All rights reserved. You know the rest</pre>
<p>It&#8217;s Just that easy. Now you can go and update your copyright info for the last time!</p>
]]></content:encoded>
			<wfw:commentRss>http://djswebdesign.com/php/using-php-for-year-in-copyright.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

