Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=21719
Postga havola
Benyamin [826] [off]
Mana buni qarangchi
c&p
<?php echo '<div class="phdr"><b>Foydalanuvchilar fotoalbomidan</b></div>'; echo '<div class="menu" align="center">'; $limit_fox = '3'; $style = 'style="width: 60px; height: 60px; border: 1px solid rgba(0, 0, 0, 0.17); text- align: center;"'; $req_fox = mysql_query ("SELECT `id`, `user_id`, `album_id`, `tmb_name` FROM `cms_album_files` ORDER BY `time` DESC LIMIT $limit_fox "); while ($res_fox = mysql_fetch_array($req_fox)){ echo '<a href="../users/album.php? act=show&al=' . $res_fox ['album_id'] . '&img=' . $res_fox ['id'] . '&user=' . $res_fox ['user_id'] . '&view"><img ' . $style. ' class="short-image" src="../files/users/ album/' . $res_fox['user_id'] . '/' . $res_fox ['tmb_name'] . '" /></a>'; } echo '</div>'; ?>
c&p