query('SELECT COUNT(*) as total FROM accheck'); $row = $res->fetchArray(SQLITE3_ASSOC); echo "📦 Tổng số dòng còn lại: " . $row['total']; ?>