<?php $str = '1-string-2-string-3-string-55-otherstring-66-otherstring'; print_r(implode('-', array_reverse(array_unique(array_reverse(explode('-', $str))))));
You have javascript disabled. You will not be able to edit any code.