query("SELECT id, gebruiker, actie, extra, tijd FROM log ORDER BY tijd DESC"); $logs = $stmt->fetchAll(); } catch (PDOException $e) { die("Fout bij ophalen logs: " . $e->getMessage()); } ?>
Geen logregels gevonden.
| ID | Gebruiker | Actie | Extra | Tijd |
|---|---|---|---|---|
| = htmlspecialchars($log['id']) ?> | = htmlspecialchars($log['gebruiker']) ?> | = htmlspecialchars($log['actie']) ?> | = htmlspecialchars($log['extra']) ?> | = htmlspecialchars($log['tijd']) ?> |