which webserver does your client want to implement?

Apache, sorry I forgot to mention.

If JSLibrary = Dojo I would look at JSON (JavaScript Object Notation language)

I would serialize to JSON instead of XML.
http://www.aurore.net/projects/php-json/

A simple json_encode($_POST) might do the trick. You could either use json_decode() to make a PHP struct of it or send it more or less as it is to Javascript.

It looks like JSON is what we need. Would you suggest storing the key/ value pairs in the same info field on the database table?

Thank you very much Martin and Marcus. 

Reply via email to