Besthakker
Rasmlardi bosh sahifaga chiqaruvchi kod




Kod · PHP9 qator
<?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&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>';   } echo '</div>';

?>