<?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: Calculating Age From Date of Birth In PHP</title>
	<atom:link href="http://www.karlrixon.co.uk/articles/php/calculating-age-from-date-of-birth-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karlrixon.co.uk/articles/php/calculating-age-from-date-of-birth-in-php/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:47:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: kashif wasim</title>
		<link>http://www.karlrixon.co.uk/articles/php/calculating-age-from-date-of-birth-in-php/comment-page-1/#comment-773</link>
		<dc:creator>kashif wasim</dc:creator>
		<pubDate>Fri, 01 Jan 2010 18:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlrixon.co.uk/?p=89#comment-773</guid>
		<description>Really working well. Great job. Thanks for time saving, the precious thing in the world</description>
		<content:encoded><![CDATA[<p>Really working well. Great job. Thanks for time saving, the precious thing in the world</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.karlrixon.co.uk/articles/php/calculating-age-from-date-of-birth-in-php/comment-page-1/#comment-659</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Fri, 11 Dec 2009 09:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlrixon.co.uk/?p=89#comment-659</guid>
		<description>Nice solution Chris, thanks!</description>
		<content:encoded><![CDATA[<p>Nice solution Chris, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.karlrixon.co.uk/articles/php/calculating-age-from-date-of-birth-in-php/comment-page-1/#comment-654</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 10 Dec 2009 16:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlrixon.co.uk/?p=89#comment-654</guid>
		<description>&lt;code&gt;function age_from_dob($dob) {
	return floor((time() - strtotime($dob)) / 31556926);
}&lt;/code&gt;

Just add $dob validation.</description>
		<content:encoded><![CDATA[<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">function age_from_dob($dob) {<br />
&nbsp; &nbsp; return floor((time() - strtotime($dob)) / 31556926);<br />
}</div></td></tr></tbody></table></div>
<p>Just add $dob validation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
