= 5)){
print "\nGood Morning!";
}
else if(($hour >= 12)&&($hour < 17)){
print "\nGood Afternoon!";
}
else if(($hour >= 17)&&($hour < 20)){
print "\nGood Evening!";
}
else{
print "\nGood Night!";
}
print "
Today is " .$month ."/" .$day ."/" .$year .", the time is " .$hour .$timeVar .".\n";
?>