php - How to get value from multidimensional array value -
array ( [updatecategories] => array ( [products] => array ( [0] => array ( [cat_id] => 3 [position] => 2 [product_id] => 8 ) [1] => array ( [cat_id] => 4 [position] => 11 [product_id] => 8 ) [2] => array ( [cat_id] => 3 [position] => 4 [product_id] => 39 ) [3] => array ( [cat_id] => 4 [position] => 9 [product_id]...