Log in

View Full Version : how to?



jr_yeo
07-12-2006, 02:02 PM
hey guyz, can u tell me how to read an xml file using php? :D tnx :p

<?xml version="1.0" encoding="ISO-8859-1"?>
<mynotes>
<note>
<tasks>Validate data</tasks>
<details>Validate data in SQL2005 Database with SQL manager</details>
<meat>Pork</meat>
</note>
<note>
<tasks>Download Music</tasks>
<details>Download latest music from site abc</details>
<meat>eat</meat>
</note>
</mynotes>

Twey
07-12-2006, 02:21 PM
http://www.php.net/xml :)