Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=22761
Postga havola
Clubmix [123] [off]
Boburuz,
// yangi maqolalar $maqola = 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 12"); echo '<div class="phdr"><i style="font-size: 19px;" class="ion-compose"></i> Новые Статьи</div>'; echo '<div class="menu"><i style="font-size: 19px;colorarkCyan;" class="ion-document text"></i> <a href="../library/index.php?id=' . $row['id'] . '">' . functions::checkout($row['name']) . '</a>'; echo ' <img src="/images/views.png" style="position:relative;bottom:1px;"/> <b>' . $row['count_views'] . '</b>'; if ($row['comments']) { echo '<img src="/images/comm.png" /> <b>' .$row['count_comments'] . '</b>'; } echo '</div></div>'; }