Re: Stroring html form settings

Поиск
Список
Период
Сортировка
От Dianne Yumul
Тема Re: Stroring html form settings
Дата
Msg-id AAC0EF34-AC34-4D3D-B860-AF0E6192DA0E@wellsgaming.com
обсуждение исходный текст
Ответ на Re: Stroring html form settings  (Martin Gainty <mgainty@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Dianne Yumul
Дата:
Сообщение: Re: Stroring html form settings
Следующее
От: Martin Gainty
Дата:
Сообщение: Re: Stroring html form settings