Creating forms using xml

wxdqz

New Member
I want to create a form that can be viewed in a browser. This form once filledin and submitted, shouldbe able to alter the data held within an xml data file.For example an xml data file holds information on a technician. This dataincludes:<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 thetechnician can call up, fill in andsubmit the data. This submitted data would then alter the current xml datafile of the requiredtechnician. This new data file can then be viewed by the technician who canacquire the information heneeds for his days work....Any help on this would be much appreciated..ThanksSteve
 
Back
Top