">
" itemprop="description">
IST
= DATE_SUB(CONVERT_TZ(UTC_TIMESTAMP(),'+00:00','+5:30'), INTERVAL ".$trending_interval." DAY)
AND news_display_date <= CONVERT_TZ(UTC_TIMESTAMP(),'+00:00','+5:30')
AND cat_id = ".$cid."
AND web_id != ".$wid."
AND news_disable = 0
AND news_pdt_code = '".$product."'
ORDER BY news_an_total DESC
LIMIT 5";
$texe = mysqli_query($conn, $tqry);
while($t = mysqli_fetch_array($texe)) {
?>