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? 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. 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
Archived
This topic is now archived and is closed to further replies.