prepare(" SELECT * FROM projects WHERE id = ? AND client_id = ? "); $stmt->execute([$project_id, $_SESSION['client_id']]); $project = $stmt->fetch(); if (!$project) { header('Location: projects-list.php'); exit; } // Status colors $status_colors = [ 'Created' => '#0066cc', 'Targeted' => '#ffc107', 'Live' => '#28a745', 'On hold' => '#dc2626', 'Closed' => '#666' ]; $color = $status_colors[$project['status']] ?? '#666'; ?> Project <?php echo htmlspecialchars($project['project_id']); ?>

RELEVANT REFLEX

Project Report
Project Information
Project Name
System Project ID
Client Internal Reference
Industry
Status
Project Specifications
Estimated Length of Interview (eLOI)
minutes
Sample Size (eN)
respondents
Project Deadline
Timeline
Created At
Last Updated
Made Live At
Description