post_content;
$content = apply_filters(‘the_content’, $content);
$content = str_replace(‘]]>’, ‘]]>’, $content);
//echo ‘inside’;
echo $content;
}
else{
//echo “nope!”;
$isdeal = TRUE;
//echo ‘outside’;
}
?>

loadHTML($row[‘description’]);
$imageTags = $doc->getElementsByTagName(‘img’);
$title = utf8_encode($row[‘title’]);
//echo “test”.$title;
foreach ($imageTags as $tag) {
$image1 = $tag->getAttribute(‘src’);
//echo $image1;
break;
}
?>
$