I am very new to PHP and I am trying to figure out how to create an array from data I am parsing from a XML file. I need to create two arrays that have 20 entries. I want to take this data, sort it by the second array set of data, and then print out my list. Any ideas? Thanks ahead of time.
This is a no-brainer, go to hotscripts.com, search on php and xml, and downlaod a class library for XML files... They all do the array work for you from any xml file, which is bascally an associated jagged array in structure anyway 😉