"> " /> "> <?php echo $r['news_title'].' - '.$cname.' - '.$sname; ?> | Kerala Kaumudi Online ">
Kerala Kaumudi Online
IST

Increase Font Size Decrease Font Size Print Page
loadHTML(mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8')); $images = $dom->getElementsByTagName('img'); $loop = 1; $imgRoot = "/var/www/html/htknews"; foreach ($images as $img) { if ($loop > 1) $img->setAttribute('loading', 'lazy'); $img->removeAttribute('style'); $src = $img->getAttribute('src'); if (file_exists($imgRoot.$src)) { $srcWebp = tryWebP($src, NULL); $img->setAttribute('src', $srcWebp); $img->setAttribute('width', 828); $img->setAttribute('height', getImgHeight($srcWebp, 828)); } $loop++; } return $dom->saveHTML(); } // $newsHTML = file_get_contents($file_path.$r['yr'].'/'.$r['mth'].'/'.$r['news_id'].'/'.$r['news_level'].'.html'); $newsHTML = addImageDimensions($newsHTML); echo $newsHTML; ?>
0) { $tgs_count = $tgs_count-1; echo "
TAGS: "; for ($tIndex=0; $tIndex<=$tgs_count; $tIndex++) { $t = $tag_items[$tIndex]; echo "{$t}"; if ($tgs_count != $tIndex) echo ", "; } echo '
'; } ?>
അപ്ഡേറ്റായിരിക്കാം ദിവസവും
ഒരു ദിവസത്തെ പ്രധാന സംഭവങ്ങൾ നിങ്ങളുടെ ഇൻബോക്സിൽ
= '". date('Y-m-d H:i:s',strtotime('-20 day')) ."' AND news_display_date <= CONVERT_TZ(UTC_TIMESTAMP(),'+00:00','+5:30') AND news_disable = 0 AND news_pdt_code = '".$product."' AND cat_id IN (SELECT cat_id FROM web_category WHERE cat_pdt_code = 'CYB' AND cat_type= 1) ".$where." AND (".$con.") ORDER BY news_display_date DESC LIMIT 11"; $exe = mysqli_query($conn, $qry); $count = $exe ? mysqli_num_rows($exe) : 0; if ($count) { ?>