$chas=date("H"); if {$chas==0) $rez="Полночь"; if {$chas==1) $rez="Ночь"; if {$chas==9) $rez="Утро"; echo $rez;