prepare('SELECT * FROM teams WHERE coach_id = ?'); $stmt->execute([$coach_id]); $teams = $stmt->fetchAll(); ?>
| Player | Course | Score | Date | Action |
|---|---|---|---|---|
| = htmlspecialchars($score['player_name']) ?> | = htmlspecialchars($score['course_name']) ?> | = htmlspecialchars($score['total_score']) ?> | = date('Y-m-d', strtotime($score['played_at'])) ?> | Edit |
No scores recorded for this team yet.