Does anyone knows how to parse a XML file and put the data in arrays (based on the tag names) so I can process the data acording to my needs???
I have been trying to understand PHP XML parsing functions but I´m a bit lost in the middle of it..
Try xmldom. I think you'll find it does exactly what you want.