I have a dynamic array:
Var arr = ['first','second','third','so on...'];
I want to convert like this:
Var new_arr[first][second][third][so on...] = "test data";
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have a dynamic array:
Var arr = ['first','second','third','so on...'];
I want to convert like this:
Var new_arr[first][second][third][so on...] = "test data";