Hi all,
I have a created a multidimesional array,what i need is to traverse that array and return the value of the array in the particular page
the array is
$one=array("one " =>"Text1");
$two=array(
"two" =>array(
"a" =>array(
"b" =>"Text2"
)
)
);
...
User Profile
Collapse
-
rvimalram started a topic a recursive function that traverse the multi-dimensional array using explode()in PHPa recursive function that traverse the multi-dimensional array using explode()
No activity results to display
Show More