<?php $s = "['one']['two']"; $s = explode("][", str_replace("'", "", trim($s, "[]"))); var_dump($s);
You have javascript disabled. You will not be able to edit any code.