Hi,
I'm building a site that runs on a timed competition. Every n amount of hours, the competition ends.
Where would I put code that runs on a timed interval?
I was thinking of checking each time a page request is made, but I was looking for another way.
Thanks for your time.