Thanks for another great how-to.  I modified the script to print the date/time of the update job.
(I guess this isn’t the better way to do it but it works)
  print “n Fever updated on: “;
  print strftime(‘%c %z’);
Which logs this:
  ====> /logs/stdout.log <====
  Fever updated on: Fri Mar 15 13:13:53 2013 +0000
  Fever updated on: Fri Mar 15 13:28:53 2013 +0000
  Fever updated on: Fri Mar 15 13:43:53 2013 +0000
Also, you script looks a but wrong as the < ? doesn't show at the right place. I had to use
  < ?php
  …
    }