Can someone provide a snippet of code that would show me how to parse XML data into an array?
Such as if the parsed information was different Servern names with the type of server and the number of peole logged onto the server, I could put the data into an array (preferably multidimensional array) and then afterwards sort and display it as I like (sort by name, type, or population, then print out the HTML based on that).
Thanks in advanced.