$myXMLData = file_get_contents("http://feeds.feedblitz.com/PennsylvaniaLottery-WinningNumbers");
$xml=simplexml_load_string($myXMLData) or die("Error: Cannot create object");
foreach($xml->channel->item as $items){
$description = $items->description;
?>
} ?>