I am trying to write a script that would collect current time and check if the time falls with a particular time range.
Let say the current time is 12:00am and I want to check if the current time falls within the range of 1 pm to 5 pm. I kind of confuse on how to implement this with php.