AJAX - asynchroniously submitting XML to DB from Javascript
Hello everyone,
does anyone have an idea whether it is possible to do something like this and how?
We are going to have a pretty complicated form, and all of the data will by stored in JavaScript (Javascript arrays). We would like to serialize this (probably using JSON to XML), submit it to database and then do some processing.
I found some examples how to do that in opposite way (from DB to XML, and then to JSON) - but it is somehow possible to do it the other way?
Thanks a lot for any advice.
Adam