// First, try to get UOMs from our cache $stmt = $pdo->prepare(" SELECT DISTINCT uom_value, uom_description FROM uom_cache_new // Changed from uom_cache WHERE hs_code = ? ORDER BY uom_value ");