findKey("AIRPORT_IDENTIFIER");
$item = $weather->searchData;
echo $item['value'];
?>
findKey("AWOS_DATE");
$item = $weather->searchData;
echo $item['value'];
?>
findKey("AWOS_TIME");
$item = $weather->searchData;
echo $item['value'];
?>
TEMP
findKey("TEMPERATURE");
$item = $weather->searchData;
echo $item['value'];
?>
DEW PT:
findKey("DEWPOINT");
$item = $weather->searchData;
echo $item['value'];
?>
ALTIMETER:
findKey("ALTIMETER");
$item = $weather->searchData;
echo $item['value'];
?>
VISIBILITY:
findKey("VISIBILITY");
$item = $weather->searchData;
echo $item['value'];
?>
RUNWAY:
findKey("RUNWAY_SURFACE");
$item = $weather->searchData;
echo $item['value'];
}
?>
DENSITY ALT:
findKey("DENSITY_ALT");
$item = $weather->searchData;
echo $item['value'];
}
?>