foreach($channels as $channel) { $items = $channel->getElementsByTagName("item"); foreach($items as $item) { $y = RSS_Tags($item, 1); // get description of article, type 1 array_push($RSS_Content, $y); }
}
}
function RSS_Links($url, $size) { global $RSS_Content, $cellbg2;