Help for this page

Select Code to Download


  1. or download this
    # get all important files from MLB.com, 3/31/08 through yesterday
    #$start = timelocal(0,0,0,31,2,108);
    $start = timelocal(0,0,0,31,2,108);
    
  2. or download this
    # Start downloading from yesterday
    $start = time - 24*60*60;