For those who can't get their cron 'GET' jobs working.

Here's what I found. You could use the lynx command line browser if you have a linux server.

see http://htmlcenter.com/blog/running-p...pts-with-cron/

my cron commands are as follows

30 0 * * * /usr/bin/lynx -dump http://mysite.com/googlefroogle.php?feed=yes >> /home/myhome/logfile.txt
50 0 * * * /usr/bin/lynx -dump http://mysite.com/googlefroogle.php?upload=yes >> /home/myhome/logfile.txt

works great!!!!!!!!!!!!