ozwebsites
Technical User
This question must have been asked a million times, but I have searched high and low, and cannot find the solution.
I will try and be specific.
Current Handling.
We have a html form, which calls a data.xml file and displays the results of that data.xml file. All works great.
What we want.
I want to create an html form for users to ENTER data. The form is then submitted and the data populates a user chosen (from the form) xxxx.xml file.
This then adds a field to a html form, which when clicked displays the users data ( which is now saved on our server)
The Reasoning.
We use a flash charting software, which shows birth weight progress. The data we manually input and save as example.xml.
We then call the example.xml from within a new html page , which when published displays the flash populated with the data from example.xml.
I want to totally automate this for our members so they can do the following.
Form Fields .(user created )
name of html file example babydaniel.html
name of xml file example babydaniel.xml
the corresponding data entries for the xml file , ie. birth weight, week later weight etc etc
Is it then possible and feasible and how lol, to then get this info onto the net via user submission??
This problem is driving me crazy, fingers crossed
I will try and be specific.
Current Handling.
We have a html form, which calls a data.xml file and displays the results of that data.xml file. All works great.
What we want.
I want to create an html form for users to ENTER data. The form is then submitted and the data populates a user chosen (from the form) xxxx.xml file.
This then adds a field to a html form, which when clicked displays the users data ( which is now saved on our server)
The Reasoning.
We use a flash charting software, which shows birth weight progress. The data we manually input and save as example.xml.
We then call the example.xml from within a new html page , which when published displays the flash populated with the data from example.xml.
I want to totally automate this for our members so they can do the following.
Form Fields .(user created )
name of html file example babydaniel.html
name of xml file example babydaniel.xml
the corresponding data entries for the xml file , ie. birth weight, week later weight etc etc
Is it then possible and feasible and how lol, to then get this info onto the net via user submission??
This problem is driving me crazy, fingers crossed