Dental Newsletter
load($targetFeed);
$fullList = $newDoc->getElementsByTagName("item");
$counter = 0;
foreach($fullList as $thisItem) {
if ($counter >= $numFeeds) { break; }
$values = $thisItem->getElementsByTagName("*");
$title = "";
$link = "";
$date = "";
$content = "";
foreach($values as $node) {
if($node->nodeName == "title") {$title = $node->nodeValue;}
//if($node->nodeName == "link") {$link = $node->nodeValue;}
if($node->nodeName == "pubDate") {$date = $node->nodeValue;}
if($node->nodeName == "content:encoded") {$content = $node->nodeValue;}
}
if ($title != "") {
echo "
";
}
if ($date != "") {
echo "
" . date('F jS Y',strtotime($date)) . "
";
}
if ($content != "") {
echo "
" . $content . "
";
}
$counter++;
}
?>
Call our Dallas dental office today to schedule an appointment with Dr. Kaiser and experience personalized dentistry with clinical excellence. Located in Dallas, we welcome patients from the Park Cities, Preston Center, and greater DFW Metroplex area. We’ll give you the healthy, attractive smile that you deserve.