hocam yaptım kid=2 yaptım olmadı 3 yaptım olmadı..

Kodlar tam olarak şu ;

Alıntı
<div class="post">
<h2 class="title"><font color="#FFFFFF">
Yeni Eklenenler 2</font></h2>

<table width="100%" border="0">
<tr>
<?
$hadi=mysql_query("select * from madvideo where kid=3 order by id desc limit 5");
$i=0;
while ($sea=mysql_fetch_array($hadi))
{ $i++;
?>



<td width="25%">
<div id="video_video">

<div id="video_resim"><div id="video_baslik">
<font color="#FFFFFF" face="Tahoma"><?=substr(trim(strip_tags($sea['baslik'])),0,20)?></font></div><a href="videos_<?=$sea['seo']?>.html" title="<?=$sea['baslik']?>">
<img src="<?=$sea['resim']?>" border="0" width="140" height="95" class=""></a></div>
<div id="video_hit">İzleme : <?=$sea['izlenme']?></div>
</div>
</td>
<? if ($i==4){ echo "</tr><tr>"; $i=0; } } ?>
</table>


</div>