Просмотр поста

.
AlezZ

CaptainAslam, Something like this:
$t = date("H", $realtime);
if($t
==9 || $t==11
|| $t==23 ||
$t==19) {
...
}