PDA

View Full Version : XML parsing


d2kagw
01-15-2003, 02:29 AM
Hi,

Just wondering if anyone has any good PHP & XML tutorials,
I've used XML in ASP extensivley but im not to sure on syntax for PHP.

Thanks for your help.

Gbright
01-16-2003, 12:50 PM
I got some useful info here

http://www.php.net/manual/en/function.xml-parse-into-struct.php

and found good articles on Devshed (http://www.devshed.com/), Devarticles (http://www.devarticles.com/) and phpbuilder (http://www.phpbuilder.com/)

missing-score
02-06-2003, 05:52 AM
That is what I am looking for, and I have tested it out, but is there any way that I can JUST store the DATA in an array, so I can do if/else tests on it. If not, is there any safe way that I can access the data as it is returned, i tried:

$db[0][code];

Thanks in advance