is it possible for PHP to read XML? if so, does anyone know how to do it?
diabolo Community Advocate Community Support Messages 1,682 Reaction score 32 Points 48 Mar 27, 2008 #1 is it possible for PHP to read XML? if so, does anyone know how to do it?
T ThePaintGuru New Member Messages 208 Reaction score 0 Points 0 Mar 27, 2008 #2 Yep, sure. You would just read it like a normal file. Here's one way to do it: http://www.codehelp.co.uk/php/xmlparse1.php
Yep, sure. You would just read it like a normal file. Here's one way to do it: http://www.codehelp.co.uk/php/xmlparse1.php
Twinkie Banned Messages 1,389 Reaction score 12 Points 0 Mar 27, 2008 #3 Look at w3schools.com. It shows more ways to do it on the menu to the left =)
diabolo Community Advocate Community Support Messages 1,682 Reaction score 32 Points 48 Mar 28, 2008 #4 yeah I was looking at w3schools, under the XML; but didn't see anythink with PHP just javascript... then I went into PHP and saw it thanks you guys
yeah I was looking at w3schools, under the XML; but didn't see anythink with PHP just javascript... then I went into PHP and saw it thanks you guys