PHP/XML

Programming, for all ages and all languages.
Post Reply
juncmodule

PHP/XML

Post by juncmodule »

I am rather suprised that I haven't been able to locate a simple solution to this problem, but here it is:

I'm trying to read an XML file with PHP and dump a few of the values into variables. I'm just not sure how to grab data out of specific tags in the XML file. I will be using this for several purposes so just a plain old news parser won't do (currently I'm using CaRP for that.)

Any help would be appreciated.

later,
-junc
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:PHP/XML

Post by Solar »

http://php.net/domxml should answer your questions.
Every good solution is obvious once you've found it.
Post Reply