can someone please give me examples of what to enter in the cron jobs section of cpanel? I would assume it just wants me to enter the name of a php script??? Thanks.
php /home/user/public_html/somewhere/cron.php or wget -o http://www.userdomain.com/somewhere/cron.php
Thank you. It seems almost easier for me to write a script locally (exe, vbs, bat) and have windows run a scheduled task with the command line to have IE go to that php link.