Yazim hatasi olabilir siz düzeltirsiniz;
<?
include("ayar.inc.php");
include("fonksiyonlar.inc.php");
?>
<?
mysql_connect ($dbhost, $dbuser, $dbpass) or die (mysql_error());
@mysql_select_db ("ind10000_indirfull") or die (mysql_error());
if (!$_GET['id']){
$rslt = mysql_query("select id,haber_baslik,haber from haberler order by tarih desc, id desc limit 1") or die(mysql_error());
}else{
$rslt = mysql_query("select id,haber_baslik,haber from haberler where id=$_GET[id]") or die(mysql_error());
}
$row = mysql_fetch_array($rslt);
$rid = $row['id'];
$rhaber = $row['haber'];
$rhaberb = $row['haber_baslik'];
$__TITLE__ = $rhaberb.", ".$rhaberb." haberleri, ".$rhaberb." haberi";
?>
<?
include("ust.php");
?>
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr valign="TOP">
<td>
<?
echo(" <center> <h1><font color=#3333AA>".$rhaberb."</font></h1> </center>");
echo($rhaber);
?>
<br>
<br>
<?
$sql="select * from haberler where id <> ".$rid." order by id desc";
$rsah=mysql_query($sql) or die(mysql_error());
$r = 0;
echo "<table>
<tr>";
while($rwah=mysql_fetch_array($rsah)){
?>
<b>[
<? $r++;
echo "<td>".$rwah[tarih].']</b> <a href="haber.php?id=<?=$rwah[id]."&baslik="'.$rwah[haber_baslik].'">'.$rwah['haber_baslik']."<td>";?>
</a>
<?
if ($r % 3 == 0 )
{
echo "</tr><tr>";
$r=0;
} ?>
<? }
echo "</tr>
</table>";?>
</td>
<td width="160">
<script type="text/javascript"><!--
google_ad_client = "pub-3336029185777955";
google_ad_slot = "0744571888";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
<? include("alt.php"); ?>