How do I access a remote site using a cron job?
I need a url to run every minute.It can't be run directly as a php file. Its based on MVC.
so the link : http://www.mydomain.com/controller/model
I have a shared hosting.
http://makeupstateofmind.com/
I want to know the command which should be placed?
so the link : http://www.mydomain.com/controller/model
I have a shared hosting.
http://makeupstateofmind.com/
I want to know the command which should be placed?
/usr/bin/curl --user-agent Mozilla/5.0 http://example.com/cron.php
For more information on running cron jobs, take a look at the following article: How to run a cron job