Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: PHP calculating ages using date of birth.  (Read 4473 times)

0 Members and 1 Guest are viewing this topic.

Zuwer

    Topic Starter


    Greenhorn
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 7
PHP calculating ages using date of birth.
« 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?

kpac

  • Web moderator
  • Moderator


  • Hacker

  • kpac®
  • Thanked: 184
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Re: PHP calculating ages using date of birth.
« Reply #1 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.