<?PHP
İf ($kayitadi->num_rows>0) {
While ($satir = $kayitadi->fetch_assoc()){
$Tc = $satir['TC'];
$Adi = $satir['ADI'];
$Soyadi = $satir['SOYADI'];
$Anaadi = $satir['ANAADI'];
$Babaadi = $satir['BABAADI'];
$Dogumyeri = $satir['DOGUMYERI'];
$Dogumtarihi = $satir['DOGUMTARIHI'];
$Cinsiyeti = $satir['CINSIYETI'];
$Nufusili = $satir['NUFUSILI'];
$Nufusilcesi = $satir['NUFUSILCESI'];
$Adresil = $satir['ADRESIL'];
$Adresilce = $satir['ADRESILCE'];
$Mahalle = $satir['MAHALLE'];
$Cadde = $satir['CADDE'];
$Kapino = $satir['KAPINO'];
$Daireno = $satir['DAIRENO'];
}
}
?>
<Table ID="Zero-conf" class="table table-hover" style="width: 100%">
<Thead>
<Tr>
<Th>kimlik no</th>
<Th>adı</th>
<Th>soyadı</th>
<Th>cinsiyeti</th>
<Th>ana adı</th>
<Th>baba adı</th>
<Th>doğum yeri</th>
<Th>doğum tarihi</th>
<Th>nüfus il</th>
<Th>nüfus ilçe</th>
<Th>adres il</th>
<Th>adres ılçe</th>
<Th>mahalle</th>
<Th>cadde</th>
<Th>kapı no</th>
<Th>daire no</th>
</Tr>
</Thead>
<Tbody ID="jojjoojj">
<Tr>
<Td><?PHP echo $tc?></td>
<Td><?PHP echo $adi?></td>
<Td><?PHP echo $soyadi?></td>
<Td><?PHP echo $anaadi?></td>
<Td><?PHP echo $babaadi?></td>
<Td><?PHP echo $dogumyeri?></td>
<Td><?PHP echo $dogumtarihi?></td>
<Td><?PHP echo $cinsiyeti?></td>
<Td><?PHP echo $nufusili?></td>
<Td><?PHP echo $nufusilcesi?></td>
<Td><?PHP echo $adresil?></td>
<Td><?PHP echo $adresilce?></td>
<Td><?PHP echo $mahalle?></td>
<Td><?PHP echo $cadde?></td>
<Td><?PHP echo $kapino?></td>
<Td><?PHP echo $daireno?></td>
</Tr>
</Tbody>
</Table>
Cıktı: