Good Afternoon - in my series of site updates, I’d like to update the extreme section of my home page, which is all blank. My site can be found here:
http://www.lakelaurashawn.net and the information (missing) is on the left side
Looking at the current usaextremes.php Version 2.01, here is the code which appears to grab the data from weather underground. Testing the link, it has an error 404 page not found.
//SETTINGS START HERE////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// Site to Parse
$url2 = "
http://www.wunderground.com/climate/extremes.asp";
// Set the time zone
$ourTZ = 'America/New_York';
// Name of cache file -- This file must be set to CHMOD-666
$cacheFile2 = "usaextremesCache.php";
// Age of cache file before re-fetch caching time, in seconds (3600 = 1 hour)
$cache_life = '3600';
/////////////////////////////////////////////////////////////////////////////
//END SETTINGS///////////////////////////////////////////////////////////////
What should the link be to grab the weather extremes?
Thanks in Advance
Lake