They had me add this code before the last fclose:

$output = ''; while( !feof( $fp ) ) { $output .= fgets( $fp, 1024); }
fclose($fp);

Submissions resumed with that line included.


Life is Good on Bremer Pond

Bremer Pond Weather