Forecasts | Graphs\n\n";
echo "This page is currently slow - image caching coming soon.
\n\n";
echo "Temperature / Rainfall
\n\n";
file_put_contents("temp.png", file_get_contents("http://data.gov.je/JerseyMet/Town/internet.Temperature.png"));
file_put_contents("rain.png", file_get_contents("http://data.gov.je/JerseyMet/Town/internet.Rainfall.png"));
echo "
";
echo "UV index / Wind
\n\n";
file_put_contents("uv.png", file_get_contents("http://data.gov.je/JerseyMet/Town/internet.UV.png"));
file_put_contents("wind.png", file_get_contents("http://data.gov.je/JerseyMet/Town/internet.Wind.png"));
echo "
";
?>
Source?