Extract values from xml in php

jpolster2008

New Member
I have xml in the below format after getting it from the api call using simplexml_load_string php function\[code\]SimpleXMLElement Object ( [@attributes] => Array (
Code:
 => 0 [Description] => Success )[XMLVersion] => 8.9.62 ) \[/code\]How i will get the value of code & description to use further.
 
Back
Top