Re: Form Design Advice

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Form Design Advice
Дата
Msg-id 20050303213547.GA18108@wolff.to
обсуждение исходный текст
Ответ на Re: Form Design Advice  (<operationsengineer1@yahoo.com>)
Список pgsql-novice
On Tue, Mar 01, 2005 at 17:53:30 -0800,
  operationsengineer1@yahoo.com wrote:
>
> frank, i didn't mention it, but i do validate the data
> using javascript.  i will eventually add in regular
> expressions, too, but that's down the road a bit.

While that is OK in some uses, in general you shouldn't be trusting data
validated by the client. You can use that to save a round trip, but the
data should be validated by the server as well.

В списке pgsql-novice по дате отправления:

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: Import csv file into multiple tables in Postgres
Следующее
От: "Ross Gohlke"
Дата:
Сообщение: Re: Form Design Advice