= strtotime($sunset[0])) { $summary[0] = "$sunset[0]: $night[0]"; $windperiod = $arr_json['forecastDay']['0']['nightWindDescripiton']; } else if ($timenow >= strtotime("12:00:00")) { $summary[0] = "12:00: $afternoon[0] $sunset[0]: $night[0]"; $windperiod = $arr_json['forecastDay']['0']['afternoonWindDescripiton']; } else { $summary[0] = "00:00: $morning[0] 12:00: $afternoon[0] $sunset[0]: $night[0]"; $windperiod = $arr_json['forecastDay']['0']['morningWindDescripiton']; } echo "Max $maxtemp[0], Min $mintemp[0], Cur $curtemp, UV $uv[0], Wind $wind[0] $winddirection[0], $summary[0] $frost[0] $windperiod\n\n"; echo "\n\n"; echo "\n\n"; echo "

Forecasts | Graphs

\n\n"; echo "

Today

\n\n"; //echo "

$valid[0]

\n"; // If a day summary is found, use a sensible time range here echo "Max: $maxtemp[0], Min: $mintemp[0], Current: $curtemp, UV Index: $uv[0], Wind: $wind[0] $winddirection[0]

\n"; echo "Morning: $morning[0]

\n"; echo "Afternoon: $afternoon[0]

\n"; echo "Night: $night[0]

\n"; echo "Frost: $frost[0]

\n"; echo "Wind: $windperiod

\n"; echo "

Tomorrow

\n\n"; //echo "

$valid[1]

\n"; echo "Max: $maxtemp[1], Min: $mintemp[1], UV Index: $uv[1], Wind: $wind[1] $winddirection[1]

\n"; echo "Morning: $morning[1]

\n"; echo "Afternoon: $afternoon[1]

\n"; echo "Night: $night[1]

\n"; echo "Frost: $frost[1]

\n"; echo "Wind: $winddesc[1]

"; ?>

Source?