Ok, so I'm developing a small game-app for my website that basically creates a mini-stock market that people can buy and sell stocks in. It's gonna be fun and all that jazz.
An important feature, though, of course, is the ability to archive the market's past. This I want to do similarly to the real stock market- every 24 hours.
So- a cron job (or two) may help.
How do I RUN a php script using a cron job?
I used to have this:
lynx -dump
http://www.fredrickville.com/rc/generate.php > /dev/null
but that no longer works.
any ideas folks?