uyeler tablosunuda paylaşabilirsen hocam. Aşağıdaki kısmı nereden alıyor

<?php while ($uyeler = mysql_fetch_array($sorgula)){ ?>
 <tr>
    <td><font color="turquoise"><?php echo $uyeler['id']; ?></font></td>
    <td><font color="red"><?php echo $uyeler['kullanici_adi']; ?></font></td>
    <td><font color="blue"><?php echo $uyeler['parola']; ?></font></td>
    <td><font color="purple"><?php echo $uyeler['eposta']; ?></font></td>
    <td><font color="brown"><?php if($uyeler['yetki'] =="0")
   echo "Üye";
   elseif($uyeler['yetki'] =="1")
   echo "Admin";
   ?></font></td>