'; foreach($xml->weather as $item) { foreach($item->forecast_conditions as $new) { echo '
'; echo '
'; echo $new->day_of_week['data']; echo '
'; } } echo ''; } getWeather(); ?>