query("SELECT * FROM activity_logs ORDER BY created_at DESC"); $logs = $stmt->fetchAll(PDO::FETCH_ASSOC); ?>
| วัน-เวลา | การกระทำ | รายละเอียด | IP |
|---|---|---|---|
| = htmlspecialchars($log['created_at']) ?> | = htmlspecialchars($log['action']) ?> | = htmlspecialchars($log['details']) ?> | = htmlspecialchars($log['ip_address']) ?> |