Re: Form Design Advice

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: operationsengineer1(at)yahoo(dot)com
Cc: Frank Bax <fbax(at)sympatico(dot)ca>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Form Design Advice
Date: 2005-03-03 21:35:47
Message-ID: 20050303213547.GA18108@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, Mar 01, 2005 at 17:53:30 -0800,
operationsengineer1(at)yahoo(dot)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.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Ross Gohlke 2005-03-04 06:27:05 Re: Form Design Advice
Previous Message Sean Davis 2005-03-03 20:48:23 Re: Import csv file into multiple tables in Postgres