Hey,
I am working on reading and writing the XML DOM File using PHP.
My XML File is In this Format
[code=xml]portfolio category="Categ ory1">
<item thumbimg="http://bytes.com/images/thumb1.jpg" largeimg1="http ://bytes.com/images/large1_1.jpg" largeimg2="http ://bytes.com/images/large1_2.jpg" largeimg3="http ://bytes.com/images/large1_3.jpg" title="Item 1" type="Item 1 type" detail="Item 1 description" company="Invent Solution" year="2002-03" />
<item thumbimg="http://bytes.com/images/thumb1.jpg" largeimg1="http ://bytes.com/images/large1_1.jpg" largeimg2="http ://bytes.com/images/large1_2.jpg" largeimg3="http ://bytes.com/images/large1_3.jpg" title="Item 2" type="Item 2 type" detail="Item 2 description" company="Invent Solution 2" year="2007-08" />
</portfolio>[/code]
Now i am unable to read and write data in this XML Format. Can any one help me out that how to write, read, edit and delete the data from this XML file using PHP. I will be very grateful who will help me in this regard. I am badly stuck. Kindly help me please.
Best regards,
Mohsin Rafique
I am working on reading and writing the XML DOM File using PHP.
My XML File is In this Format
[code=xml]portfolio category="Categ ory1">
<item thumbimg="http://bytes.com/images/thumb1.jpg" largeimg1="http ://bytes.com/images/large1_1.jpg" largeimg2="http ://bytes.com/images/large1_2.jpg" largeimg3="http ://bytes.com/images/large1_3.jpg" title="Item 1" type="Item 1 type" detail="Item 1 description" company="Invent Solution" year="2002-03" />
<item thumbimg="http://bytes.com/images/thumb1.jpg" largeimg1="http ://bytes.com/images/large1_1.jpg" largeimg2="http ://bytes.com/images/large1_2.jpg" largeimg3="http ://bytes.com/images/large1_3.jpg" title="Item 2" type="Item 2 type" detail="Item 2 description" company="Invent Solution 2" year="2007-08" />
</portfolio>[/code]
Now i am unable to read and write data in this XML Format. Can any one help me out that how to write, read, edit and delete the data from this XML file using PHP. I will be very grateful who will help me in this regard. I am badly stuck. Kindly help me please.
Best regards,
Mohsin Rafique
Comment