You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$result = mysqli_query($db, "select count(*) as total, YEAR(date) as year, MONTH(date) as month, DAY(date) as day, date from data group by DAY(date) order by date asc");