<table width="100%" border="0" cellspacing="1" cellpadding="1">
<?php
$sayi =1;
$yeni1=mysql_query("select * from 1_haber order by hit desc limit 0,6");
while ($yeni=mysql_fetch_array($yeni1)){
$title = $yeni['title'];
?>
<tr><td width="1%" style="padding-left:3px;"><img src="resim/ok<?php echo $sayi; ?>.gif" width="8" height="8"><?php echo $title; ?></td></tr>
<?php
$sayi++;
}
?>
</table>