<?php $str = "Poland,USA,England,China,Uruguay,Spain,Taiwan,Monaco"; $result = array_slice(explode(',', $str),2, 5); print_r($result);
You have javascript disabled. You will not be able to edit any code.