<?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 Last Updated Script</title>
	<atom:link href="http://www.girlgeekette.net/php/last-updated-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.girlgeekette.net/php/last-updated-script/</link>
	<description>Where the Girl Ends and the Geekette Begins</description>
	<lastBuildDate>Tue, 26 Jan 2010 11:16:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Geekette</title>
		<link>http://www.girlgeekette.net/php/last-updated-script/comment-page-1/#comment-49961</link>
		<dc:creator>The Geekette</dc:creator>
		<pubDate>Mon, 22 Sep 2008 01:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.girlgeekette.net/?p=316#comment-49961</guid>
		<description>Very nice Sarah, thank you. 

I know that I had to check to make sure my apache mods were active for that, but this is a great tip to others who might not have the ability to change apache and php configs.</description>
		<content:encoded><![CDATA[<p>Very nice Sarah, thank you. </p>
<p>I know that I had to check to make sure my apache mods were active for that, but this is a great tip to others who might not have the ability to change apache and php configs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.girlgeekette.net/php/last-updated-script/comment-page-1/#comment-49909</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sat, 20 Sep 2008 21:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.girlgeekette.net/?p=316#comment-49909</guid>
		<description>I wouldn&#039;t use getlastmod because depending on how PHP and Apache were set up, it might not work correctly - see the PHP manual for details.

I&#039;d use this instead:
echo date (&quot;Y-m-j h:i:s A (T)&quot;,filemtime($_SERVER[&#039;SCRIPT_FILENAME&#039;]));</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t use getlastmod because depending on how PHP and Apache were set up, it might not work correctly &#8211; see the PHP manual for details.</p>
<p>I&#8217;d use this instead:<br />
echo date (&#8220;Y-m-j h:i:s A (T)&#8221;,filemtime($_SERVER['SCRIPT_FILENAME']));</p>
]]></content:encoded>
	</item>
</channel>
</rss>
