How to display values for office in JSON records via PHP

QuestionsHow to display values for office in JSON records via PHP
Jehal Desai Staff asked 5 years ago

I am trying to display JSON records. I have successfully gotten values for id, chart_id, first_name.
My issue is that values for office parameters throws error of undefined offset. How do I also print values for offices parameters?
Below is the code:


View on Stack Overflow