Tagged Questions
0
votes
4answers
49 views
Show different message to the hours | php
here is my code, where i make mistake? Btw my time ZONE is UTC + 2:00.
Thanks for answers in advance.
<?php
$current_time = date('H');
if ($current_time >18) {
echo "Good night";
...