<?php
$result = mysql_query('SELECT `id`, `adi` FROM `yazilar` where kat=17 ORDER BY `id` DESC LIMIT 5');
while ( $row = mysql_fetch_assoc($result) )
echo '<A title=' . $row['adi'] . ' HREF=/oyun/'.$row['id'].'-'.seo($row['adi']).'.html>' . $row['adi'] . '</a><br>
';
?>

bu kod sorunsuz sekilde cekiyor normalde ama buna stilleri ekleyemedim ben