<?php
$say = "1";
$result=mysql_query("SELECT * from karne where kullanicino='$kullanicino' and sinif='$sinif' and denemeno='$denemeno' order by soruno asc limit 1,20");
while ($a = mysql_fetch_array($result)) {
$say++;
?>
<tr>
<th scope="row"><?php echo $say;?></th>
<th scope="row">
<a href="/uyelik/deneme.php?sinif=<? echo $sinif;?>&denemeno=<? echo $denemeno; ?>&username=<? echo $username; ?>&soruno=2&kullanicino=<? echo $kullanicino; ?>" class="highlightit" ><img src="/gununsorusu/upload/<? echo $a[resim];?>" border="0"></a></th>
</tr>
<?php
}
?>böyle tahmini birşey yaptim,
<? echo $a[resim];?> tablondaki sütunun adini bilmedigim için tahmini resim yazdim onu sen değiştirirsin
dene istedigin sonucu vermezse tekrar bakalım