Re: Stroring html form settings - Mailing list pgsql-general

From Dianne Yumul
Subject Re: Stroring html form settings
Date
Msg-id AAC0EF34-AC34-4D3D-B860-AF0E6192DA0E@wellsgaming.com
Whole thread Raw
In response to Re: Stroring html form settings  (Martin Gainty <mgainty@hotmail.com>)
List pgsql-general
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.

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. 

pgsql-general by date:

Previous
From: Dianne Yumul
Date:
Subject: Re: Stroring html form settings
Next
From: Martin Gainty
Date:
Subject: Re: Stroring html form settings