I want to integrate weather into my website using NOAA.
1. Here is the NOAA page: http://forecast.weather.gov/MapClick.php?site=APX& lat=44.663& lon=-84.1446
2. Here is the XML to that page: http://forecast.weather.gov/MapClick.php?lat=44.66300& lon=-84.14460& FcstType=dwml
Now what I want to do is to have PHP on my website that reads the XML from the NOAA site and create the “Forecast At A Glance”.
