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"
)
)
);
...