Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
$h = date('H'); if ($h >= 09 && $h <= 20) { ?> <meta http-equiv="refresh" content="1;URL=order.php" /> <?php }else{ ?> <meta http-equiv="refresh" content="1;URL=tomorrow.php" /> <?php } ?>
echo date("l dS of F Y H:i:s A");
<?php define('TIMEZONE', 'Asia/Omsk'); date_default_timezone_set(TIMEZONE); echo date("l dS of F Y G:i:s A"); $h = (int)date('G'); if ($h >= 9 && $h <= 17) { ?> <meta http-equiv="refresh" content="1;URL=order.php" /> <?php }else{ ?> <meta http-equiv="refresh" content="1;URL=tomorrow.php" /> <?php } ?>
$h = (int)date('G');
Tuesday 14th 2018f August 2018 22:20:27 PM <meta http-equiv="refresh" content="1;URL=tomorrow.php" />
Tuesday 14th 2018f August 2018 17:28:09 PM <meta http-equiv="refresh" content="1;URL=order.php" />
if ($h >= 9 && $h <= 21) { ?>