It would easy if u know already. I need to set up cron job for my pligg site, I think what i need is the right command path: eg.. home/public_html/.... something. My hosting is hostmonster. let me know. thank u
Hello ipunkbali, You can try my free cron jobs service: www.setcronjob.com If you would like to execute a script, simply set up cron job with its URL, ie. http://example.com/something.php Or if you would like to use cron at cPanel, try this command lynx --dump http://example.com/something.php Code (markup): Hope it helps Best regards, Nguyen An Thuan.
thnk, before trying that, what do u mean by --dump? lynx --dump http://example.com/something.php Code (markup): I used php -q http://....import.php and its not working.
Hi ipunkbali, php -q works with local file only, i.e /usr/bin/php -q /var/www/domain/import.php lynx --dump URL_GOES_HERE will let lynx download the page and print raw HTML out. Hope it helps Best regards, Nguyen.