prepare("SELECT * FROM comment WHERE targetType = ? AND targetId = ? ORDER BY date DESC"); $stmt->execute([ "notification", $username, ]); $posts2 = $stmt->fetchAll(PDO::FETCH_DEFAULT); $edge = count($posts2); ?>