multisort simplexml

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • archi

    multisort simplexml

    dear all,

    what would be the most simple way to multisort the (HTML) output from
    a simplexml file.

    imagine i have loaded a simplexml file with names & addresses & much
    more, and i would like to output them in alphabetic order. should i
    first store them all in an array and execute array_multisort , or is
    there an obvious simplier way?

    thnkx beforehand,

    Andre.
Working...