Hello,
On one side, I have OVH hosting which gives me a cron task scheduler but it works only if the planned command is embedded in a php program.
On the other side, I have this forum which gives me the linux command to launch in the cron job :
/usr/bin/curl -s "http://www.mydomain.com/index.php?option=com_jevents&icsid=3&task=icals.reload" > /dev/null 2>&1
I just need help to write the right very small php program the ical-cron.php which embed the linux command.
Is there a place in this forum where to find such a php program ?
Or can someone give me the right and accurate syntax only to embed the ical launcher command :
/usr/bin/curl -s "http://www.mydomain.com/index.php?option=com_jevents&icsid=3&task=icals.reload" > /dev/null 2>&1
Thank you !
On one side, I have OVH hosting which gives me a cron task scheduler but it works only if the planned command is embedded in a php program.
On the other side, I have this forum which gives me the linux command to launch in the cron job :
/usr/bin/curl -s "http://www.mydomain.com/index.php?option=com_jevents&icsid=3&task=icals.reload" > /dev/null 2>&1
I just need help to write the right very small php program the ical-cron.php which embed the linux command.
Is there a place in this forum where to find such a php program ?
Or can someone give me the right and accurate syntax only to embed the ical launcher command :
/usr/bin/curl -s "http://www.mydomain.com/index.php?option=com_jevents&icsid=3&task=icals.reload" > /dev/null 2>&1
Thank you !