";
print "| Current | ";
print " forecast['CURRENT']['CODE'].".gif> | ".$weather_chile->forecast['CURRENT']['TEMP']."°".$weather_chile->forecast['TEMPERATURE']." | "; // Partly Cloudy
print "| ".$weather_chile->forecast['CURRENT']['TEXT']." | ";
print " | ";
$d = array("Today","Tomorrow","");
for ($day=0; isset($weather_chile->forecast[$day]); $day++) {
print "";
print "| ".$d[$day]." | ";
print "| ".$weather_chile->forecast[$day]['DAY']." | ".$weather_chile->forecast[$day]['DATE']." | ";
print " forecast[$day]['CODE'].".gif> | ";
print "| ".$weather_chile->forecast[$day]['TEXT']." | "; // Partly Cloudy
print "| L : ".$weather_chile->forecast[$day]['LOW']."° H : ".$weather_chile->forecast[$day]['HIGH']."° | "; // 8
print " | ";
}
print "