PHP/XML

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
Revision as of 13:20, 12 July 2024 by Woozle (talk | contribs) (Created page with "{{fmt/title|using XML in PHP}} ==About== There are at least a couple of different PHP libraries for handling XML. * [https://www.php.net/manual/en/book.simplexml.php SimpleXML...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
using XML in PHP

About

There are at least a couple of different PHP libraries for handling XML.

  • SimpleXML
  • XML Parser is a class which is basically an opaque resource-wrapper that is used by a collection of functions.