1. ssh into php.kemin.com
  2. mysql -u livesweather -p
  3. get city name, latitude, and longitude
  4. use livesweather;
  5. insert into weathercache (cityName, latitude, longitude, lastRetrieved) values ('<CITY NAME>', '<LATITUDE>', '<LONGITUDE>', '2000-01-01');
  6. select id,cityName from weathercache; to find the id that goes with theĀ 
  7. http://php.kemin.com/livesWeather/index.php?id=<ID>