Hi,
I want to make a simple if statement based on server time. Eg: if time between 15th and 20th hour of the day, do nothing, else do something.
I hope that makes sense. I use time() and it returns 1160456669, i'm not sure exactly what this all means.
What would be the easiest way to do this?