OK, i'm now able to get the xml from the remote server, and save it into an array. This array has many sub-arrays, so if i start (already tried it and seems quite lame) doing the following, it will take ages until i find out the actuall structure of the array(xml)
foreach ($array as $key=>value) {
...check if there's a new array and then do another foreach etc etc
}
I was wondering if there's an easier way to get what i want from that array. I've never worked with xmls before so i have no idea what could be used for getting the required data..