Konu
PHP Bildirim sistemi yardım (R10+)
11-04-2021, 22:53:20
#6
AndMex
ONURERDGN adlı üyeden alıntı:
mesajı görüntüle
$mesajsayisi
=
$db
->
select
(
'mesajlar'
)
->
from
(
'count(id) as total'
)
->
where
(
'okundu_mu'
, 0
)
->
where
(
'to_id'
, $userid
)
->
total
();
<?php
echo
$mesajsayisi
;
?
>
Çalışmadı malesef hocam bu kod