<?php $FILE[0] = ['artist' => 'a,b']; $FILE[1] = ['artist' => 'c']; $merged = []; for($i=0;$i<2;$i++) { $artist = explode(',', $FILE[$i]['artist']); // Because Artist names saved like this `A,B` in first row and `A,B,C` in second. $merged = array_unique(array_merge($merged, $artist)); } print_r($merged);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`