all I want to remove the duplicate value from this Array
Array ( [0] => Array ( [0] => Ajay Patel [1] => Tag 1
$result2 = array_unique(call_user_func_array('array_merge',$result2));