I've got a PHP script that runs on the first day of every month, and I'd like it to run at a random time of day between 9-5pm (at the moment it fires at 9am every time). What's the simplest way to do this (using PHP + cron jobs + MySQL)?
I thought of using a script I found through Google for setting a script timeout but this never worked.