|
|
|
ช่วยดู code ให้ทีค่ะว่าผิดตรงไหน ช่วยดู code ให้หน่อยค่ะว่าผิดตรงไหน เกิด Error "Parse error: syntax |
|
|
|
|
|
|
|
ช่วยดู code ให้หน่อยค่ะว่าผิดตรงไหน เกิด Error "Parse error: syntax error, unexpected T_VARIABLE in C:\AppServ\www\test.php on line 15
"
ส่วนของ Code
<?
function calage($pbday){
$today = date("d/m/Y");
list($bday, $bmonth , $byear) = explode("/" , $pbday);
list($tday, $tmonth , $tyear) = explode("/" , $today);
if($byear < 1970){
$yearad = 1970 - $byear;
$byear = 1970;
}else{
$yearad = 0;
}
$mbirth = mktime(0,0,0,$bmonth,$bday,$byear);
$mnow = mktime(0,0,0,$tmonth,$tday,$tyear);
$mage= ($mnow – $mbirth);
$age = (date("Y",$mage)-1970 + $yearad)."ปี".
(date("m", $mage)-1)." เดือน " .
(date("d", $mage)-1)." วัน" ;
return($age);
}
$birthday = "07/08/1985";
print "วันเกิด $birthday <BR>";
print "อายุของคุณคือ ".calage($birthday);
?>
Tag : - - - -
|
|
|
|
|
|
Date :
2010-02-09 15:16:12 |
By :
nana3 |
View :
1321 |
Reply :
0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|