<?php $products = explode("|", "521010260,2|521010270,1"); var_dump($products); foreach($products as $product => &$value) { $value = explode(',', $value); } var_dump($products);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`