SyntaxFix
Write A Post
Hire A Developer
Questions
To see of the curent time is greater or equal to 14:08:10 do this:
if (time() >= strtotime("14:08:10")) { echo "ok"; }
Depending on your input sources, make sure to account for timezone.
See PHP time() and PHP strtotime()