[ad_1]
Try this:
$categories = json_decode($data)->{'Category'};
foreach($categories as $category){
echo $category-{'id'};
}
[ad_2]
solved Decode json array
[ad_1]
Try this:
$categories = json_decode($data)->{'Category'};
foreach($categories as $category){
echo $category-{'id'};
}
[ad_2]
solved Decode json array