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/” 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.