added more weather data, change curtemp to curweather

This commit is contained in:
tony baldwin 2013-02-11 12:49:19 -05:00
parent 8a797d3b2f
commit 6ec3a4059a
6 changed files with 106 additions and 102 deletions

5
curweather/test.php Normal file
View file

@ -0,0 +1,5 @@
<?php
require_once 'getweather.php';
$rpt = "KHVN";
$wxdata = GetWeather::get($rpt);
var_dump($rpt, $wxdata);