$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
$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
visitate http://camicio.altervista.org per caxxate varie :d