Posted by un1xg33k on 04/11/07 18:47
Got it working: $now = time(); $birthday = strtotime($row[birthday]); $age = (integer)(($now - $birthday) / 31557600); if ($age=="0") { $age = "<1"; } Any better way to do this?
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming