How do you get someone's age from DOB?



Dangit I thought I could do THIS simple task today and even this is
beyond me!! :(

[code]
<?= date(time()) - date(strtotime($result[0]->birth)) ?>
[/code]

This is completely wrong, but what IS right? I'm stumped!

Thanx
Phil

.