$years = date("Y") - $born;

con $born che indica solo l'anno...
se ne vuoi uno più preciso...

$time = mktime(0,0,0,$month,$day,$year);
$years = floor((time() - $time)/31536000);

$month il mese,$day il giorno e $year l'anno