Rick Boatright
Results
2
issues of
Rick Boatright
1. Fix all mysql calls to mysqli calls 2. fix all non-initialized variables (mostly in punchclock) causing warnings. 3. Replace broken phpweather (noaa discontinued the service) with saratoga-weather, which just...
The phpweather.php downloads its metar data from http://weather.noaa.gov/pub/data/observations/metar/stations/$station.TXT where $station is the 4 character ICAO code for a location. ## This service is discontinued as explained at http://www.nws.noaa.gov/om/notification/scn16-16wngccb.htm In fact,...