Re: [PHP] Parsing XML into PHP array.

2002-08-02 Thread Analysis & Solutions
> I send the XML request in a string to the > credit bureau through cURL and vice versa. Most of the PHP scripting I > found everywhere spoke about breaking up the xml tag into the array only > when they come from the file and is use for parsing. The example on my page you looked at does get the

[PHP] Parsing XML into PHP array.

2002-08-02 Thread Scott Fletcher
I'm having trouble getting the XML string to be broken up into the PHP array. Here's how it work. I send the XML request in a string to the credit bureau through cURL and vice versa. Most of the PHP scripting I found everywhere spoke about breaking up the xml tag into the array only when they c