Say I want an action to be performed on my database every so often such as add a random number of "points" to a random entry in a table every time it iterates. I want this to happen even if nobody visits my site. If this is possible with PHP could you please explain this to me, if not, how is this possible. I would prefer it all be server-side that way there are no outside variables involved.
Thank you for your help.