Re: Form Design Advice - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: Form Design Advice
Date
Msg-id 20050303213547.GA18108@wolff.to
Whole thread Raw
In response to Re: Form Design Advice  (<operationsengineer1@yahoo.com>)
List 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 by date:

Previous
From: Sean Davis
Date:
Subject: Re: Import csv file into multiple tables in Postgres
Next
From: "Ross Gohlke"
Date:
Subject: Re: Form Design Advice