\n"; if($hour > 5 && $hour < 12){ echo "おはようございます\n"; }elseif($hour >= 12 && $hour <18){ echo "こんにちは\n"; }else{ echo "こんばんわ\n"; } ?>