<?php $string = '("one","two","three,subthree","four")'; $s = substr($string,2,-2); print_r(explode('","', $s));
You have javascript disabled. You will not be able to edit any code.