Creating forms
in and submitted, should
be able to alter the data held within an xml data file.
For example an xml data file holds information on a technician. This data
includes:
<name></name>
<address></address>
<idnumber></idnumber>
but it also includes data that changes from day to day, such as:
<todaysjobs></todaysjobs>
<workinghours></workinghours>
<vehicleregistration></vehicleregistration>
I want to create a form that is available on the net that the boss of the
technician can call up, fill in and
submit the data. This submitted data would then alter the current xml data
file of the required
technician. This new data file can then be viewed by the technician who can
acquire the information he
needs for his days work...
Any help on this would be much appreciated..
Thanks
Steve

