<?php $string = '("one","two","three,subthree","four")'; $string = str_replace(['(', ')'], ['[', ']'], $string); $array = json_decode($string, true); print_r($array);
You have javascript disabled. You will not be able to edit any code.