<?php
$yorum_idsi = intval($_GET['id']);
$sorgu_yorum = mysql_query("select * from yorum where aktivasyon='2' and k_id='$yorum_idsi' order by id desc");
$toplaminda_yorum =  mysql_num_rows($sorgu_yorum);
?>
<?php if($toplaminda_yorum > 0) {?><table width="100%" border="0">
 <?php while($yorum_satirlari=mysql_fetch_assoc($sorgu_yorum)){?><tr>
   <td width="13%">Yorumlayan : </td>
   <td width="87%"><?php echo $yorum_satirlari['isim'] ?></td>
 </tr>
 <tr>
   <td>Yorum : </td>
     <td>
<?php echo $yorum_satirlari['coment'] ?></td>
  </tr> <?php }?>
</table>

<?php } else {?>
<table width="100%" border="0">
<tr>
<td colspan="2">Henüz Yorum eklenmemiş...</td>
</tr>
</table>
<?php }?>
Atomania Ömrümü yedin