If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
ok.
i'm making a browser based game and i'm going to use a round system.
so i need to know how to execute a sql statement every 5 minutes so that i can increase peoples money and turns.
Thx
I'd schedule this on the server, using cron or something like it. You may have to set a requery interval on the browser side to get new data, depending on how you design the game.