I\'m using PHP with a CRON job to get the contents of a URL using:
$content = file_get_contents("http://www.example.com");
I then u