Re: [PHP] XML Extraction

2007-12-17 Thread Nathan Nobbe
On Dec 17, 2007 10:44 PM, VamVan <[EMAIL PROTECTED]> wrote: > Hello, > > I receive an output as an XML File. Please provide some scripts that I > can use for extraction of the values. > > For Example: > hello > > hello2 > > hello3 > > are 3 different records in the XML File. How can I retrieve

[PHP] XML Extraction

2007-12-17 Thread VamVan
Hello, I receive an output as an XML File. Please provide some scripts that I can use for extraction of the values. For Example: hello hello2 hello3 are 3 different records in the XML File. How can I retrieve the result set in a loop and also sort it like DESC and ASC for example. While()