I have a PHP script that I need to run every minute. I have made sure that the script works from the command line, and I\'m using absolute paths to avoid any environment iss
This might be considered "bad practice" but it works for me.
Run it with curl
* * * * * curl -s http://www.domain.com/services/myservice.php