How configure cron jobs in cpanel x to run php script? -


i've got problem trying configure cron jobs. i've site on byethost5 , provides cpanel x. run php script every 5 minutes. script (task.php) scans database , change coordinates of markers. scripts works because if try open via browser has to. problem setting 5 minutes loop. thought can use cron jobs, don't manage make them works. unfortunately, have no shell, have option in control panel under cron jobs menu: cron menu screen can see, can add path of script located in site. did that, didn't work. neither shows me errors or kind of message.

does can me please? in advance.

edit 1

but part of url in bold written, can't modifiy it. can insert wget command after it? have sense url like

http://example.byethost5.com/wget -o /dev/null http://www.test.com/cron.php  

?

i didn't think so..

you can use:

http://example.byethost5.com/ && wget -o /dev/null http://www.test.com/cron.php  

Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -