Page 1 of 1

PHP/XML

Posted: Fri Mar 03, 2006 11:31 pm
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

Re:PHP/XML

Posted: Mon Mar 06, 2006 3:17 am
by Solar
http://php.net/domxml should answer your questions.