This is a discussion on multisort simplexml within the PHP Language forums, part of the PHP Programming Forums category; dear all, what would be the most simple way to multisort the (HTML) output from a simplexml file. imagine i ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |