<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to Add a Dynamic Copyright to Your Web Site Footer</title>
	<link>http://pocketseo.com/scripts/197</link>
	<description>Practical SEO Techniques</description>
	<pubDate>Wed, 07 Jan 2009 13:46:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Scott Clark</title>
		<link>http://pocketseo.com/scripts/197#comment-523</link>
		<dc:creator>Scott Clark</dc:creator>
		<pubDate>Mon, 10 Dec 2007 02:11:29 +0000</pubDate>
		<guid>http://pocketseo.com/scripts/197#comment-523</guid>
		<description>Comment field swallowed my code... here ya go with slight mods:

&lt;pre lang="php"&gt;
&lt;?php

$last_modified = filemtime("thisfile.php");

print "Last modified " . date("l, dS F, Y @ h:ia", $last_modified);

?&gt;
&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Comment field swallowed my code&#8230; here ya go with slight mods:</p>

<div class="wp_syntax"><div class="code"><pre class="php"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
<span style="color: #0000ff;">$last_modified</span> = <span style="color: #000066;">filemtime</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;thisfile.php&quot;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #000066;">print</span> <span style="color: #ff0000;">&quot;Last modified &quot;</span> . <span style="color: #000066;">date</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;l, dS F, Y @ h:ia&quot;</span>, <span style="color: #0000ff;">$last_modified</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Clark</title>
		<link>http://pocketseo.com/scripts/197#comment-522</link>
		<dc:creator>Scott Clark</dc:creator>
		<pubDate>Mon, 10 Dec 2007 02:10:11 +0000</pubDate>
		<guid>http://pocketseo.com/scripts/197#comment-522</guid>
		<description>I recommend that a date-last-modified bit be added for those of us pour souls who do web research a lot. Just remember to put this code on the actual content page, not include files that exist on every page, etc.

</description>
		<content:encoded><![CDATA[<p>I recommend that a date-last-modified bit be added for those of us pour souls who do web research a lot. Just remember to put this code on the actual content page, not include files that exist on every page, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
