0
Simple XML Reading Using PHP
Sample XML File Used
The following XML data will be contained in the referenced “test_file.xml”:
XML
Mustang
Accord
XML
<?xml version=“1.0″ encoding=“ISO-8859-1″?>
<cars>
<make name=“Ford”>
<model>Mustang</model>
</make>
<make...
Page 1 of 11
