query(" SELECT u.username, t.title, ut.score, ut.completed_at FROM user_tests ut JOIN users u ON ut.user_id = u.id JOIN tests t ON ut.test_id = t.id ORDER BY ut.completed_at DESC "); $results = $stmt->fetchAll(); require_once 'includes/header.php'; ?>
Добро пожаловать, !
| Пользователь | Тест | Баллы | Дата |
|---|---|---|---|