Mahmudjon, Mana umumiy kod (namuna: yurakcha.ru):
<?php
echo '<div class="phdr"><b>Yangi maqolalar</b></div>';
$kmess = '7';
$page = $page >= ceil($total / $kmess) ?
ceil($total / $kmess) : $page; $start = $page == 1 ? 0 : ($page - 1) * $kmess;
$sql = mysql_query("SELECT `id`, `name`, `time`, `uploader`, `uploader_id`, `count_views`, `comments`, `count_comments`, `cat_id`, `announce` FROM `library_texts` WHERE `premod`=1 ORDER BY `time` DESC LIMIT " . $start . "," . $kmess); $nav = ($total > $kmess) ? '<div class="menu"><center>' . functions::display_pagination('?act=new&', $start, $total, $kmess) . '</center></div>' : '';
if ($total) {
$i = 0;
$comm = mysql_result( mysql_query("select count(*) from `cms_library_comments` where `refid` = '".$lib['id']."'"),0); echo '<div class="menu"><a href="' . $set['homeurl'] . '/library/index.php?id=' . $lib['id'] . '"><b>' . $lib['name'] . '</b></a> ['. functions
::display_date($lib['time']) . ']<br>'.mb_substr($lib['announce'],0,100).'...<br>'; echo '[<a href="/library/index.php?do=dir&id=' . $catalog['id'] . '">' . functions::checkout($catalog['name']) . '</a>' . ($page > 1 ? ' | ' . functions::checkout($res['name']) : '') . ']';
echo '[<a href="/library/index.php?act=comments&id=' . $lib['id'] . '">Fikrlar:</a> (' . $lib['count_comments'] . ')]';
echo '<span style="float:right;"><b>[' . $lib['count_views'] . ']</b></span></div>';
$i;
}
}
echo $nav;
?>