Hi,
I've got a PHP script I would like to run as a cron job every day at 5 AM. I have set the script to visit
http://sports.yahoo.com/nbastats/regular_season.txt
each day and import the stats into my database. For some reason, it is importing the stats that that page contained on a previous day (something with the cache, I believe). When I wake up, clean up the mistakes it caused, and run the script myself a few hours later, I have no problems. Like I said, I think it's a cache problem, but I'm not sure exactly how I could correct it. It might be something else too, I really don't know. Any suggestions or ideas are greatly appreciated.
Thanks in advance.