<?
$q=mysql_query("SELECT * FROM haberler ORDER BY id DESC Limit 0,15");
while ($r=mysql_fetch_array($q)) {
echo "<div class=\"weekfeature\" style=\"BORDER-BOTTOM: #ececec 1px solid; BACKGROUND-COLOR: #f9f9f9\">
<img src=\"$r[site]/images/a_menulink_bg.gif\" /> <a href=\"$r[site]/Haber/$r[baslik_s].html\">
<strong>$r[baslik]</strong></a><span></span> $r[tarih]</div>
<strong>$r[baslik]</strong></a><span></span> $r[tarih]</div>";
}
?>birde böyle dene bakalım ne sonuç verecek.