Konu
PHP Bildirim sistemi yardım (R10+)
11-04-2021, 22:41:49
#2
ONURERDGN
$toplammesaj
=
$db
->
select
(
'mesajlar'
)
->
from
(
'count(id) as total'
)
->
where
(
'okundu_mu'
, 0
)
->
where
(
'to_id'
, $userid
)
->
total
();
sorgusu ile ulaşabilirsiniz.