So I'm new to PHP and am working on an online game. The game needs to change certain things (such as updating the bank account balance of players daily by adding a salary, etc.). Is there anyway to automatically run an update query for mysql at the beginning of a new day? Thanks in advance for help!
You can use php script that will run update query in database. You can use cron to run that script daily at given time.