hey all, i want my cron job on my server to run a php script of another server (say example.com) every other day..is it possible or i will not be able to run another server's file... one more thing. permission of files on example.com is 777... plz help me out..
The following cron entry will run once a day, and won't produce any output 0 0 * * * wget -q -O - [url]http://www.example.com/script-to-run.php[/url] > /dev/null Code (markup):