I have an XML file held on a server as below. I then have an HTML file with a button that when pressed must plus one (+1) to one of my XML node values.
Im not too clued up on php so any help would be great. but i need a simple script that is stored on the server that will take in an html request and add 1 to my chosen XML node value.
<?xml version="1.0" encoding="UTF-8"?>
<object1>
<value>10</value>
</object1>
<object2>
<value>6</value>
</object2>