Creating array from string

cobroi

New Member
I need to create array like that:\[code\]Array('firstkey' => Array('secondkey' => Array('nkey' => ...)))\[/code\]From this:\[code\]firstkey.secondkey.nkey.(...)\[/code\]
 
Back
Top