PHP PDO ile Kayıt Sayısını Bulmak - PDO ile rowCount İşlemi
$listele = $baglan->prepare("select * from uyeler");
$listele -> execute();
echo $listele->rowCount();
PHP PDO ile Kayıt Sayısını Bulmak - PDO ile rowCount İşlemi
$listele = $baglan->prepare("select * from uyeler");
$listele -> execute();
echo $listele->rowCount();