<?php $string = '23456,16524,84755,98457,06978,05986,73454,34785'; $output = explode(',', $string); echo '<pre>', print_r($output);
You have javascript disabled. You will not be able to edit any code.