Example of using PhpMyAge
<?php include('php/my_age_en.php'); ?>
Beatrice is 53 years old!
Beatrice is <?php echo getmyage('16-2-1972', '1', 'Beatrice'); ?> years old!
Francesco is 41 years old!
Francesco is <?php echo getmyage('2-1-1984', '0'); ?> years old!
Marco is 32 years old!
Marco is <?php echo getmyage('19-9-1993', '1', 'Marco'); ?> years old!
Marcello is 61 years old!
Marcello is <?php echo getmyage('4-4-1964', '0'); ?> years old!