<?php $list = '1,2,3,4'; preg_match_all('/\G,?\d+/', $list, $matches); print_r($matches);
You have javascript disabled. You will not be able to edit any code.