<?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: Give Your Visitors a Relative Time</title>
	<atom:link href="http://www.developertutorials.com/tutorials/php/give-your-visitors-relative-time-php-69/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developertutorials.com/tutorials/php/give-your-visitors-relative-time-php-69/</link>
	<description>Web Development and Web Design Information Resources Helping You Build Great Websites!</description>
	<lastBuildDate>Sun, 29 May 2011 21:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gruppler</title>
		<link>http://www.developertutorials.com/tutorials/php/give-your-visitors-relative-time-php-69/comment-page-1/#comment-208</link>
		<dc:creator>Gruppler</dc:creator>
		<pubDate>Wed, 06 May 2009 05:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/give-your-visitors-relative-time-php-69/#comment-208</guid>
		<description>Actually, Imad, Kyle is correct.  Unless you say, &quot;Negative twenty hour.&quot;</description>
		<content:encoded><![CDATA[<p>Actually, Imad, Kyle is correct.  Unless you say, &#8220;Negative twenty hour.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imad</title>
		<link>http://www.developertutorials.com/tutorials/php/give-your-visitors-relative-time-php-69/comment-page-1/#comment-207</link>
		<dc:creator>Imad</dc:creator>
		<pubDate>Mon, 16 Feb 2009 03:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/give-your-visitors-relative-time-php-69/#comment-207</guid>
		<description>Actually Kyle,

this:
if ($diff != 1) $term .= “s”;

Should be this:
if ($diff &gt; 1) $term .= &quot;s&quot;;

Since we&#039;re checking if $diff is greater than 1 not that it doesn&#039;t equal 1.</description>
		<content:encoded><![CDATA[<p>Actually Kyle,</p>
<p>this:<br />
if ($diff != 1) $term .= “s”;</p>
<p>Should be this:<br />
if ($diff &gt; 1) $term .= &#8220;s&#8221;;</p>
<p>Since we&#8217;re checking if $diff is greater than 1 not that it doesn&#8217;t equal 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.developertutorials.com/tutorials/php/give-your-visitors-relative-time-php-69/comment-page-1/#comment-206</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 03 Dec 2008 22:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/give-your-visitors-relative-time-php-69/#comment-206</guid>
		<description>Just want you to know that the line:

if ($diff == 1) $term .= &quot;s&quot;;

should read

if ($diff != 1) $term .= &quot;s&quot;;</description>
		<content:encoded><![CDATA[<p>Just want you to know that the line:</p>
<p>if ($diff == 1) $term .= &#8220;s&#8221;;</p>
<p>should read</p>
<p>if ($diff != 1) $term .= &#8220;s&#8221;;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

