I want to run this URL http://www.visitdevonandcornwall.com/test/test/?page=processqueue to update an automated news letter from an RSS source What command do I use to set this as a cron job in cpanel - I have sussed the timings (pretty easy really) Jamie
Not sure about cpanel but my crons that execute a page, just like you were browsing it are either like this: wget -q -o /dev/null http://www.domain.net/tets_server/maintenance/maintenance.php Code (markup): or: /usr/bin/php /var/www/mydomain.co.uk/public/www/froogle_feed_builder.php Code (markup):