if ( $db->rowCount() ){
foreach( $db as $row ){
print $row['kulanici_adi']."<br />";
}
}