Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=72067
Postga havola
As_Master [205] [off]
Manabu kodda qanday xatolik bor. News papkasidagi yangiliklarni bow sahifaga chiqarmayapti. Faqat YANGILIKLAR dp turipti.
<?php echo '<div class="phdr"><b>YANGILIKLAR</b></div>'; $kmess ='30'; if ($total) { $req = mysql_query("SELECT * FROM `cms_news` WHERE `refid`= 1 ORDER BY `time` DESC LIMIT ".$start.", ".$kmess); $comm= mysql_result( mysql_query("select count(*) from `cms_news_comments` where `refid` = '".$trans_res['id']."'"),0); echo '<div class="menu"><span class="newsTime time bottom">'.(date('H:i ',$trans_res['time'])).'</span> – <a href="/news/index.php?act=view&id='.$trans_res['id'].'"><font color="blue">'. htmlentities($trans_res['name'],ENT_QUOTES,'UTF-8').'</font></a> <a class="cm orang"> ' . $comm . '</a></div>'; ++$i; } } if ($total > $kmess) { echo '<div class="menu"><center>' . functions::display_pagination('?', $start, $total, $kmess) . '</center></div>'; } ?>