Tom Worster wrote:
On 5/6/09 4:02 PM, "Al" wrote:
Here's the way I handle validating user form inputs. Each function validates
several things and throws an error with the message stating what's wrong.
try
{
checkEmailAddr($userSubmitedDataArray[EMAIL_ADDR_FIELD]);
On 5/6/09 4:02 PM, "Al" wrote:
> Here's the way I handle validating user form inputs. Each function validates
> several things and throws an error with the message stating what's wrong.
>
> try
> {
> checkEmailAddr($userSubmitedDataArray[EMAIL_ADDR_FIELD]);
>
2 matches
Mail list logo