query("SELECT doc_id FROM documents ORDER BY id DESC LIMIT 1"); $row = $stmt->fetch_assoc(); $latestDoc = $row ? $row['doc_id'] : 'testdoc'; ?>
Welcome to the document system. Select or create documents below.
Current Doc:
Go to Admin Panel