- Aug 20, 2000
- 20,577
- 432
- 126
Hi everyone. Well, I've been tasked to use XML instead of a SQL database package to read/write data from for a web application I'm building. Currently I've been trying to make use of the ActiveLink PHP XML Package to make this process easier, but the documentation is pretty...sparse. Does anyone have a good library I could use for this?
As an example of what I'm trying to do, see this XML document. I'd like to find the user with an id of 1, then spit out their last_name to the screen. Modify last_name, and write it back to the XML file.
Any help?
As an example of what I'm trying to do, see this XML document. I'd like to find the user with an id of 1, then spit out their last_name to the screen. Modify last_name, and write it back to the XML file.
Any help?