I' stuck here: I want to parse xmls foreach($xml->url as $url) and foreach($xml->player as $player) work fine spearately but how can I parse both at once? (the result should show info from first xml and info from second as well).