I'm making an online game in php, which is supposed to simulate the real world of business, with different companies, shares, etc.
I want to run a php script each day, using a cron job, to calculate things such as interest and things like that.
My site is diggsey.heliohost.org. I followed the instructions on another website for setting up the cron job, but it doesn't seem to be working (nothing happens and I receive no email), could you tell me what is wrong?
This is the command:
php www/GameOfLife/cron.php
Currently it is just supposed to run a single query which inserts the user 'cron' into the database