[ad_1]
use foreach
foreach($arr as $element){
echo $element[0];
echo $element[1];
}
1
[ad_2]
solved how i can browse a JSON object
[ad_1]
use foreach
foreach($arr as $element){
echo $element[0];
echo $element[1];
}
1
[ad_2]
solved how i can browse a JSON object