We have a server that has PHP 4.4.8 on it so SimpleXML is not an option.
I have a curl response string ($curl_response) that is virtually the same every time. I need to extract the PhnNbr, DNC, Filter, and Flag fields to 4 separate strings.
Here is what the XML looks like.
<string xmlns="http://www.xxxxxxxx.com/">
<PhnNbr><Number>9999999999</Number><DNC>1</DNC><Filter>Wireless</Filter><Flag>WIR</Flag></PhnNbr></string>
Any thoughts??
Thanks
Steve