Hi
I have a large response from a web service (see attachment) which is stored into an array and I need to echo the TotalNetFreight -> Amount value from within the array but I am having problems writing the code to show it. For example, if I do the following:
echo $response -> HighestSeverity;
This shows me the value of the HighestSeverity element, but when I start going to multiple levels down, I get nothing shown on screen.
How would I show just the value of the Amount element from within the TotalNetFreight element of the whole array?
Thanks for reading and any help will be appreciated.