I am currently working on a game and i'm trying to create a script that resets certin stats of every user every hour. I can't figure how to automatically execute a php script every hour. Thanks for any help.
look into CRON jobs, if you're using Linux
I'm not using Linux. Anything else I can look up that will help me achieve the same thing?