$bsorgu = $db->prepare("SELECT COUNT(bildirim_id) FROM bildirim where bildirim_alan='$ben' and

bildirim_okunma=0 group by bildirim_soru_id order by bildirim_id DESC");

$bsorgu->execute();

$bsay = $bsorgu->fetchColumn();

$bildirimsayi = $bsay;