In a form I have where an admin user can create a new config array element for any changes he makes to scripts.
The possiblity exists to create a multi-dimensional array element by entering in the textarea
array('arr1'=>array('a'=>1,'b'=>3,'c'=>5),'arr2'=>array('a'=>2,'b'=>4,'c'=>6))
Which...