channel->title; $channel['link'] = $xml->channel->link; $channel['description'] = $xml->channel->description; $channel['pubDate'] = $xml->channel->pubDate; $channel['timestamp'] = strtotime($xml->channel->pubDate); echo '
description, $SEARCH_SUB2, $pos_start);
$height=substr($item->description, $pos_start, $pos_stop - $pos_start);
$article['width']=1024;
$article['height']=$height;
$SEARCH_SUB1='src="';
$pos_start = strpos($item->description, $SEARCH_SUB1);
$pos_start += strlen($SEARCH_SUB1);
$SEARCH_SUB2="\"";
$pos_stop = strpos($item->description, $SEARCH_SUB2, $pos_start);
$article['image']=substr($item->description, $pos_start, $pos_stop - $pos_start);
$articles[$cpt] = $article;
echo '