How to query an xml file in php?

I want to find in the WURFL database all devices and capabilities (like an DISTINCTROW query)


Related posts:

  1. how to use xml as database in php ?
  2. How to upload to create a xml file if u have different/many php files?
  3. How can I take user input and save it to an XML file in PHP?

One Response to “How to query an xml file in php?”

  • NC:

    Depends on which PHP extension you are using… PHP has several extensions (independent from each other) that can be used to parse XML.

Leave a Reply