Computer Hope

Internet & Networking => Web design => Topic started by: Zuwer on October 18, 2008, 11:10:40 PM

Title: PHP calculating ages using date of birth.
Post by: Zuwer on October 18, 2008, 11:10:40 PM
Hi, I need to find out how to calculate the age of users using the year, month and day of birth. I have the year set up, mainly because it is so easy to use. But I have no clue how to set up the day and month part to get the age, is their an algorithm for it? or a function?
Title: Re: PHP calculating ages using date of birth.
Post by: kpac on October 19, 2008, 03:18:52 AM
Can you post the code you have so far?

Are you storing the values in a database? Because you could also use JavaScript.