Ok i want to build a large database but find it very repetitive in having to keep
typing the xml child & data..
Does anyone know of any software that would make this easier or PHP code to write the following plus the data in a form and add it to the end of an existing xml form???
<result> //child
<year></year>
<compName></compName>
<bandName></bandName>
<position></position>
<conductor></conductor>
</result>
Many thanks in advance