Comunidad de diseño web y desarrollo en internet online

validacion php

Citar            
MensajeEscrito el 08 Jun 2010 11:44 pm
hola necesitaria ayuda urgente para una validacion de formulario en php de:

NOMBRE
DNI
TELEFONO
FECHA NACIMIENTO
EMAIL

Hace falta:

NOMBRE y APELLIDO – Datos obligatorios
DNI – Validar que contiene 8 dígitos y que la letra es la correcta
TELEFONO – Es un dato optativo. Si se introduce el telefono hace falta comprovar que comienza por 9 y esta compuesto por 9 dígitos
FECHA NACIMIENTO: Comprovar que se introduce con el formato dd-mm-aaaa
EMAIL: Comprovar que hay un símbolo @ y un .



Si me pudierais poner el codigo para completar eso y como se hacee os lo agradeceria, el codigo q tengo es:


<body>
<form method="POST" action="">

NOM: <input name="nom" type="text" />
<br>
COGNOM: <input name="cognom" type="text" />
<br>
ADREÇA: <input name="adreça" type="text" />
<br>
DNI: <input name="dni" type="text" />
<br>
TELÈFON: <input name="telefon" type="text" />
<br>
DATA NAIXEMENT: <input name="data" type="text" />
<br>
EMAIL: <input name="email" type="text" />
<br>



<?php

function ValidaMail($email) {
if (ereg("^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@+([_a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]{2,200}\.[a-zA-Z]{2,6}$", $pMail ) ) {
return true;
} else {
return false;
}
}

?>






<input type="submit" value="Enviar">
</form>
</body>

Por apcapc

0 de clabLevel



 

chrome
Citar            
MensajeEscrito el 11 Jun 2010 03:21 pm
lo has logrado resolver? yo tambien ando buscando como validar los campos....

Por MikeSilver

26 de clabLevel



Genero:Masculino  

webdesigner, informatico, videogamer, parrandero

safari

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.