in reply to Re^3: Running a script periodically to update player statistics on a web game.
in thread Running a script periodically to update player statistics on a web game.

It was intended as an infinite loop with $cou being a counter. Using a for loop like that is a bad habit from when I started programming.

From what you guys said I think I will use cron jobs for my updates since they will affect all players. Thanks for the help.

  • Comment on Re^4: Running a script periodically to update player statistics on a web game.