<?php if (date("%H") >= '15' && date("%H") < '24') { echo '<script>alert(1)</script>'; } else { echo '<script>alert(2)</script>'; } ?>