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
$comments=mysqli_query($conn, "SELECT msg_id, msg, DATE_FORMAT(timestamp, '%l:%i %p') FROM comments where gid=$gid and pid='0000000000' and TIMESTAMPDIFF(SECOND, timestamp, now()) <= 8 order by timestamp desc;");