| Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] 2 [Новые] |
code:
for($i=0; $i<$root->children[0]->childrenCount; $i++) {
if($root->children[0]->children[$i]->tag == "ITEM") {
for($j=0; $j<$root->children[0]->children[$i]->childrenCount; $j++) {
if($root->children[0]->children[$i]->children[$j]->tag == "TITLE")
// $weather_title[] = ''.dec($root->children[0]->children[$i]->children[$j]->value)."
";
$weather_title[] = ''.$root->children[0]->children[$i]->children[$j]->value."
";
if($root->children[0]->children[$i]->children[$j]->tag == "DESCRIPTION")
// $weather_desc[] = dec($root->children[0]->children[$i]->children[$j]->value)."
";
$weather_desc[] = $root->children[0]->children[$i]->children[$j]->value."
";
if($root->children[0]->children[$i]->children[$j]->tag == "ENCLOSURE")
// $weather_url[] = '';
$weather_url[] = '';
}
}
}
Исходное сообщение dvr
zhekanax, сомневаюсь что человек отдаленный от программирования сможет прочитать)
| Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] 2 [Новые] |