Re: [PHP] Validate forms into PHP file

2001-04-08 Thread elias
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

[PHP] Validate forms into PHP file

2001-04-08 Thread Fernando Buitrago
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 administ