Re: [PHP] XML to Array
[email protected] (richard gray)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 10/03/2013 11:47, Karl DeSaulniers wrote: > Hi Guys, > I am hoping someone can guide me or help me fix this issue. > I have been lost in the code for some time now. > I am trying to get the attributes of an xml node. > I have this code: > [snip] this may help -> http://stackoverflow.com/questions/1156957/php-xml-attribute-parsing > I do admit I haven't the foggiest idea what I am doing here, so I am > noobing out here on how this php function is really working. > I got it off php.net and am trying to implement it in my code. Without > my addition it works well except it doesn't grab any attributes > which I need in order for my script to work properly. > > Any ideas on what I am doing wrong? > > TIA, HTH rich