select distinct values in array by key
<?php foreach ($network as $net) : $hash = $net['current_tax']; $continent_unique[$hash] = $net; endforeach; ?>