The Soda Pop
echo '
'; echo '
Đính kèm mới
'; $req = mysql_query("SELECT * FROM `cms_forum_files` ORDER BY `id` DESC LIMIT 5"); $i = 0; while($file = mysql_fetch_assoc($req)) { echo $i % 2 ? '
' : '
'; $path = $file['filename']; $fls = round(@filesize('files/forum/attach/' . $path) / 1024, 2); echo ''.$file['id'].' '.$file['filename'].' ('.$fls.'KB)'; echo '
'; ++$i; } echo '
';
Bộ đếm: 1 | 1 | 89 |