Click to See Complete Forum and Search --> : Displaying XML with PHP!


Webfreak
03-17-2004, 07:25 AM
I'm newbie with XML and i have simple xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<information>
<name>Myname<name>
</information>

How to dispay this in PHP page?

Thx in advance!

silent11
03-17-2004, 08:26 AM
This article would be worth taking a look at. (http://www.zend.com/zend/tut/tutorial-wong3.php)

Webfreak
03-17-2004, 08:49 AM
Thx :D