Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=80133
Postga havola
Besthakker [929] [off]
Rasmlardi bosh sahifaga chiqaruvchi kod
<?php echo '<div class="phdr"><b>FOTO LENTA</b></div>'; echo '<div class="menu" align="center">'; $limit_fox = '21'; $style = 'style="width: 30px; height: 40px; 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>'; ?>