The website I have is used to read from hiscores for a game, and insert to an SQL database, displaying a table of the values in the table for the experience each person has gained. The main purpose is a competition, so it requires updates often.
Currently, it has buttons for manual updates, which are triggered by an IRC script hourly.
I thought of using the date("i") function as that would return 00-59 depending on the minute. As it's only hitting a minute once per hour, it'd only update once per hour. Yet as far as I can see, this requires a page to be manually opened.
So, the question: Is there a way to trigger functions without any user input whatsoever?
Currently, it has buttons for manual updates, which are triggered by an IRC script hourly.
I thought of using the date("i") function as that would return 00-59 depending on the minute. As it's only hitting a minute once per hour, it'd only update once per hour. Yet as far as I can see, this requires a page to be manually opened.
So, the question: Is there a way to trigger functions without any user input whatsoever?