prepare("SELECT * FROM documents WHERE status = 'active' ORDER BY created_at DESC"); $stmt->execute(); $documents = $stmt->fetchAll(); include 'header.php'; include 'navbar.php'; ?>