Hello
I was wondering if someone could give me some advice.
I want to produce a few php pages to work along side an XML file.
The XML file would contain the following
<uniqueID>
<name>
<year>
<quarter>
<district>
<volume>
<page>
I would then need two PHP pages.
One to add and edit records to the XML and one to search and display information from the XML.
How much code would be needed and how complicated would it be for someone with only basic php skills to code?