Re: [PHP] help needed with forms

2002-11-21 Thread @ Edwin
Hello, "Van Andel, Robert" <[EMAIL PROTECTED]> wrote: > Sounds like JavaScript would be the answer here. You can use a javascript > function to validate the form before it is even submitted. Yes, perhaps. But people can turn off JavaScript so you might want to use JavaScript AND PHP to validate

RE: [PHP] help needed with forms

2002-11-21 Thread Van Andel, Robert
PROTECTED] Subject: [PHP] help needed with forms Hello I am using php based forms, which collect information from the client and send it in the form a email message to the admin. I need to start using validation i.e. check whether some field/s has been correctly entered in the from. My application

RE: [PHP] help needed with forms

2002-11-21 Thread Daniel Masson
a y Soporte Técnico - Licenciamiento de Software -Mensaje original- De: Pushpinder Singh Garcha [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 21 de noviembre de 2002 16:28 Para: [EMAIL PROTECTED] Asunto: [PHP] help needed with forms Hello I am using php based forms, which coll

[PHP] help needed with forms

2002-11-21 Thread Pushpinder Singh Garcha
Hello I am using php based forms, which collect information from the client and send it in the form a email message to the admin. I need to start using validation i.e. check whether some field/s has been correctly entered in the from. My application consists of 2 php pages 1). info.php(thi