Ninjakreborn Posted September 27, 2007 Share Posted September 27, 2007 I have been stuck on this issue for roughly 3-4 days. Basically I am querying amazon.com ecs system to get data from them in xml format (the only format they provide). What I am trying to do is this. * Make a request to there system * Set all the values in an array * make a second request * Add the values into the existing array * Continue that cycle until I am done * form a nice table using the array. I have tried everything. Expat, Simple XML, XML classes, and nothing is working. Can anyone point me in the right direction for this type of issue? Quote Link to comment https://forums.phpfreaks.com/topic/70839-solved-parsing-xml-files-with-php/ Share on other sites More sharing options...
Ninjakreborn Posted September 27, 2007 Author Share Posted September 27, 2007 I found a solution. I got a class that turns xml into array. I was looking for xml parsing, and then found xml->array which they are all over the place. That's exactly what I needed. Quote Link to comment https://forums.phpfreaks.com/topic/70839-solved-parsing-xml-files-with-php/#findComment-356149 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.