Skip to content
Advertisement

Display JSON Response specific keys/values using PHP

I want to display specific keys and values from the following JSON Response I am using API to fetch the JSON values:

JavaScript

I am trying to display with this php code but it’s giving blank screen, also the JSON values (I mentioned above) are assigned to $response variable.

JavaScript

Addition – I can display track_status value following solution provided @Aashishgaba thanks, Can you also guide me to display data like “pickup_date” and “shipment_track_activities” as you can see there is multiple data based on dates.

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement