Ver original$cumple = strtotime("17-02-1987");$ahora = strtotime("23-02-2010");$edad = round(($ahora-$cumple)/60/60/24/365);echo "tienes ".$edad." anios";