I have array that need to call.
$array['first_key']['second_key'] = 'value';
$keys = "['first_key']['second_key']";
I want to call it $array.$key that like $array['first_key']['second_key'].
Any one can help?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have array that need to call.
$array['first_key']['second_key'] = 'value';
$keys = "['first_key']['second_key']";
I want to call it $array.$key that like $array['first_key']['second_key'].
Any one can help?