You can use JavaScript to validate the fields in a form too, would be
easier.
As for PHP it's too easy, you can check fields values against whatever
condition.
ie: if (length($password) < 3) die("password too short");

-elias
http://www.kameelah.org/eassoft

""Fernando Buitrago"" <[EMAIL PROTECTED]> wrote in message
9aq09s$jck$[EMAIL PROTECTED]">news:9aq09s$jck$[EMAIL PROTECTED]...
> Hi.
>
> Tell me the steps to validate field's forms in the same PHP file, before
to
> send the result to another file.
>
> Regards
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to