Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
Re: Calculating age
I have a simple PHP one-liner for calculating age. You don't need anything complicated. [code]$age = floor((time() - strtotime($birthdate))/(60*60*24*365.2425));[/code] Check it out: [URL="http://drewd.com/2006/12/06/calculating-age-in-php-update/"]Calculating Age in PHP[/URL]
The End.
carlosdavis