örnek telefonrehberi tablosundaki ilgili koşula göre kayıt sayısı bulmak (ada göre arama) <?php if(!$db){ echo $db->lastErrorMsg(); } else { // db baglandi ise yapilacaklar $sql = “SELECT count(*) FROM telefonrehberi where adim= ‘”.$adi.”‘” ; $results = $db->query($sql); $row = $results->fetchArray(); $kayitsayisi = $row[0]; $db->close(); // db kapat ?> kayit sayısı : <?=$kayitsayisi ?>
Şub 13 2016
Php SQlite select count(*) kayit sayisi bulma
örnek telefonrehberi tablosundaki ilgili koşula göre kayıt sayısı bulmak (ada göre arama) <?php if(!$db){ echo $db->lastErrorMsg(); } else { // db baglandi ise yapilacaklar $sql = “SELECT count(*) FROM telefonrehberi where adim= ‘”.$adi.”‘” ; $results = $db->query($sql); $row = $results->fetchArray(); $kayitsayisi = $row[0]; $db->close(); // db kapat ?> kayit sayısı : <?=$kayitsayisi ?>
Devamı
By Burhan KARADERE • 2015 - 2016 • 0 • Tags: ? Php ?, apache, bulma, count, for, php ile, select, sqlite, sqlite3