i have this array
print_r of the array
Array (
[@attributes] => Array (
[from] => 14073377593@s.whatsapp.net
[id] => 1346984983-2
[type] => chat
[t] => 1346985039
)
[notify] => Array (
[@attributes] => Array (
[name] => SISTEMA SMS
)
)
[request] => Array ( )
[body] => Hola
)
and i need this value
[body] => Hola
someone can help me
Yet being yours a multidimensional array, the
bodyproperty is on the first level:So as a tip, wrap your
print_rcalls with<pre>HTML tag in order to read properly formatted output:It may seem silly, but it saves me a lot of time.