Portal Home > Knowledgebase > Articles Database > php4 xml parser
Posted by paragony2k, 08-27-2007, 05:43 PM Hi there, I am using Php4 nad dont have the option to upgrade I am haveing trouble parsing this xml format: I have tried many methods and the closest is with this code: but it displays results like this: Array ( [set1] => Array ( [1] => Array ( [id] => fast [number] => 1 ) ...and so on My question is weather there is a way to force the script to only display the Id and number: fast 1 Or if there is a much simpler way to do this. Thank you for your help in advance.
Add to Favourites Print this Article