<?php 
 
$daily_log = array (
  0 => 
  array (
    0 => 'Severe Thunderstorm Warning',
    1 => 'Lee County FL Details',
    2 => 1661378520,
    3 => 1661381100,
    4 => 'SVR.gif',
    5 => 'Charlotte; DeSoto; Lee; Manatee; Sarasota',
    6 => 'The National Weather Service in Ruskin has issued a',
  ),
  1 => 
  array (
    0 => 'Flood Advisory',
    1 => 'Lee County FL Details',
    2 => 1661377140,
    3 => 1661388300,
    4 => 'FLS.gif',
    5 => 'Lee',
    6 => 'FLOOD ADVISORY IN EFFECT UNTIL 830 PM EDT THIS EVENING',
  ),
);

?>