Hi ,
I have an application on php-Codeigniter hosted on MediaTemple and I want to have a cron job runing a controller, the support told me to use CURL I tried using without any succes, example:
curl http://mydomain.com/admin/action/get
My controller inserts some information to a database, the curl doesn't display error but the inserts are not happening only when I run the controller directly on the browser works. no auth is required.
any idea?
thanks