Re: Stroring html form settings

From: Dianne Yumul <dianne(at)wellsgaming(dot)com>
To: pgsql-general(at)postgresql(dot)org (PostgreSQL List <pgsql-general(at)postgresql(dot)org>)
Subject: Re: Stroring html form settings
Date: 2008-09-26 16:34:44
Message-ID: AAC0EF34-AC34-4D3D-B860-AF0E6192DA0E@wellsgaming.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.
> 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martin Gainty 2008-09-26 16:55:34 Re: Stroring html form settings
Previous Message Dianne Yumul 2008-09-26 16:23:21 Re: Stroring html form settings