I have to setup a cron webjob in the ovh platform. The script to call will be in a php file 'cron.php'.
I need to execute 2 codeigniter functions, the links will be like this :
http://example.com/index.php/process/send1/
http://example.com/index.php/process/send2/
So i need to execute those links in 'cron.php', do you have any idea how to achieve this ?
Thank you in advance