prepare("SELECT * FROM reports WHERE user_id = ? ORDER BY created_at DESC"); $stmt->execute([$_SESSION['user_id']]); $reports = $stmt->fetchAll(); $userName = $_SESSION['user_name'] ?? 'User'; ?> My Reports - <?php echo htmlspecialchars($_SERVER['PROJECT_NAME'] ?? 'Deris AI'); ?>

My Reports

Report Type Report Data Date