# Editing a xml file with PHP or ASP

**URL:** https://forum.kirupa.com/t/editing-a-xml-file-with-php-or-asp/280378
**Category:** Uncategorized
**Created:** [January 26, 2009, 11:36pm UTC](https://forum.kirupa.com/t/editing-a-xml-file-with-php-or-asp/280378 "2009-01-26T23:36:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ezechiele72](https://avatars.discourse-cdn.com/v4/letter/e/e95f7d/32.png) [@ezechiele72](https://forum.kirupa.com/u/ezechiele72)
#### Post date: [January 26, 2009, 11:36pm UTC](https://forum.kirupa.com/t/editing-a-xml-file-with-php-or-asp/280378/1 "2009-01-26T23:36:30Z")

</div>

Hola to everybody… I have a xml file like this:

\<?xml version=“1.0” encoding= “UTF-8” ?\>  
\<menu\>  
\<options button\_color=“FFFFFF” effect\_color=“ffffff” text\_color1=“FFFFFF” text\_color2=“CC6699”\>  
\</options\>  
\<button text=“my first news” url=“[http://www.mysite.it/news/](http://www.mysite.it/news/)” target="\_blank"\>\</button\>  
\</menu\>

I need to create a form with two fields, one to modify “button text” and another one to upload a file and insert in the xml file the path (of the uploaded file).  
Someone can give me an advise to built the script in asp or php?  
Thanks in advance.
