prepare("INSERT INTO reports (user_id, report_type, report_data) VALUES (?, ?, ?)"); $stmt->execute([$userId, $reportType, $reportData]); }