10-06-07, 17:52
|
# 16
|
חבר וותיק
|
ציטוט:
נכתב במקור על ידי Elad-A
טעות שלי, תנסה ככה:
PHP קוד:
$day = 5;
$month = 6;
$year = 1990;
$age = time() - mktime(0 , 0 , 0 , $day , $month , $year);
echo number_format($age / 31536000 , 1);
|
עדיין משום מה...
__________________
You don't shine if you don't glow
|
|
|