array(1) {
[0]=>
array(2) {
["t1_count"]=>
string(1) "1"
["t2_count"]=>
string(1) "1"
}
}
$my = $pdo->prepare(' SELECT `email` FROM `organization` WHERE type=:type');
$my->bindParam(':type', $input);
$my->execute();