header("Location: weather.php");
include("instance/city_list.php");
include("instance/global.php");
include("utils.php");
$title = "$iname weather Interstate $NUM weather - $domain";
$content = "$iname weather Interstate $NUM weather for major cities along $iname, Interstate $NUM weather conditions, $iname weather conditions, I$NUM weather conditions, I $NUM weather conditions, I$NUM weather, I $NUM weather, weather I$NUM , weather I $NUM, weather $iname, weather Interstate $NUM";
$keys = $title;
?>
include("header_html.php");?>
include("header.php"); ?>
-
echo $title; ?>
-
echo $dir_dn_name;?>
$size = count($city_list);
for($i=$size-1;$i>=0;$i--) {
$state_code = $city_list[$i][0];
$state_name = getStateName($state_code);
$state_name_encoded = urlencode($state_name);
$city_num = count($city_list[$i]);
?>
- echo $state_name; ?>
for($j=1;$j<$city_num;$j++) {
$city = $city_list[$i][$j];
$zip = @getZipFromCityState($city, $state_code);
$city_encoded = str_replace(" ", "-",$city);
echo "- ";
if($zip)
echo "$city, $state_code Weather";
else
echo "$city, $state_code Weather not available";
echo "
";
}
?>
} ?>
-
echo $dir_up_name;?>
include("footer.php"); ?>