$mesajsayisi = $db->select('mesajlar')->from('count(id) as total')->where('okundu_mu', 0) ->where('to_id', $userid )
->total();



<?phpecho$mesajsayisi; ?>