$toplam = 0; $ucus = $db->query("SELECT SUM(pax) AS tt, tarih FROM rezervasyonlar GROUP BY tarih", PDO::FETCH_ASSOC); echo $q['tt'];