channel->item[$x]->description) == ""); $string = trim(preg_replace("/
(.*)/", "", $xml->channel->item[$x]->description));
$string = trim(preg_replace("//", "", $string));
$string = preg_replace("/\"/", "", $string);
echo trim($string) . "
(" . $xml->channel->item[$x]->title . ")
Source: QuotationsPage";
}
?>