My Reports
You have no saved reports.
| Report Type | Report Data | Date |
|---|---|---|
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'; ?>
| Report Type | Report Data | Date |
|---|---|---|