$sorgu = $db->query("select * from bigiler"); while($cikti = $sorgu->fetch(PDO::FETCH_ASSOC)) { echo $cikti["isim"]."/t".$cikti["sifre"]; }