bu şekilde olabilir.

$saat = date("H")+3;
if(($saat > "17") or ($saat < "10")){
echo "";
}elseif(($saat >"9")or($saat < "18")){
echo "";
}
?>