# Updating xml

**URL:** https://forum.kirupa.com/t/updating-xml/294886
**Category:** programming
**Created:** [August 21, 2009, 2:29pm UTC](https://forum.kirupa.com/t/updating-xml/294886 "2009-08-21T14:29:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Magnidownz](https://avatars.discourse-cdn.com/v4/letter/m/cdc98d/32.png) [@Magnidownz](https://forum.kirupa.com/u/Magnidownz)
#### Post date: [August 21, 2009, 2:29pm UTC](https://forum.kirupa.com/t/updating-xml/294886/1 "2009-08-21T14:29:00Z")

</div>

hellooo im new to PHP and XML

```auto

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<content Name="PRODUCTS">
  <gallery Name="wood">
  
    <image Thumb="imagegallery/gallery1/thumb1.jpg" Large="imagegallery/gallery1/image1.jpg" Caption="Reflective Shapes">
    
        <copy><![CDATA[<font color="#FFFFFF" size="15"> This is the sample image]]></copy>
    </image>   
 
</content>

```

This is my XML file i want to Add data to the file using a form  
are their any one to help me
