Re: [PHP] Form Value Validation

2002-03-21 Thread C. Cormier - Ormetal Inc.
On 21 Mar 2002, at 0:54, David Johansen wrote: > I was wondering if there was a way to do validation of the values in > forms. Sure, in your tag, you can have an statement like: onsubmit="return validate()" Where validate() will be a javascript function. Claude Cormier Ormetal Inc. http://w

Re: [PHP] Form Value Validation

2002-03-20 Thread Miguel Cruz
On Thu, 21 Mar 2002, David Johansen wrote: > I was wondering if there was a way to do validation of the values in forms. > I know that I could just check it all after it's been submitted with a post, > but is there any way to do it as they're entering the data or when they > click the button right

[PHP] Form Value Validation

2002-03-20 Thread David Johansen
I was wondering if there was a way to do validation of the values in forms. I know that I could just check it all after it's been submitted with a post, but is there any way to do it as they're entering the data or when they click the button right before it sends the data? Thanks, Dave -- PHP