Cron Settings PHP Linux

Hello My Dear Brothers and Sisters,

I like to know more about cpanel cron command option. Instead of providing absolute PATH can i be able to provide value of command option as
" http://www.example.com/index.php?option=report&view=cron " ??

If you paste the URL[http://www.example.com/index.php?option=report&view=cron] on browser this will run the cron script.

Thanks,
Rashidul

Hi,

A little searching in DuckDuckGo turned up this http://www.developertutorials.com/tutorials/php/running-php-cron-jobs-regular-scheduled-tasks-in-php-172/

I got answer from my hosting provider. And it takes only few mins to response. Siteground: You beauty

Answer below:

Hi Rashidul,

You can try setting the following command to be executed as a cron job:

lynx -source http://j25.example.net/index.php?option=com_report\\&view=cron > /dev/null 2>&1

You can set the cron from your cPanel > Cron jobs.

If you need further help, do not hesitate to contact us again.