Benyamin
Mana buni qarangchi
  1. <?php
  2. echo '<div class="phdr"><b>Foydalanuvchilar fotoalbomidan</b></div>';
  3. 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-
  4. align: center;"'; $req_fox = mysql_query ("SELECT `id`, `user_id`, `album_id`, `tmb_name` FROM `cms_album_files` ORDER BY `time` DESC
  5. LIMIT $limit_fox "); while ($res_fox = mysql_fetch_array($req_fox)){ echo '<a href="../users/album.php? act=show&amp;al=' . $res_fox ['album_id'] . '&amp;img=' . $res_fox ['id'] . '&amp;user=' . $res_fox ['user_id'] . '&amp;view"><img ' . $style. ' class="short-image" src="../files/users/ album/' . $res_fox['user_id'] . '/' . $res_fox ['tmb_name'] . '" /></a>'; }
  6. echo '</div>'; ?>


c&p