Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/01/2010, 16:46
albertrc
 
Fecha de Ingreso: febrero-2009
Mensajes: 443
Antigüedad: 15 años, 2 meses
Puntos: 1
formulario i preg_match

el preg_match no me funciona
Código PHP:

  
if($_POST['enviar'] and  !$_POST['nombre'] and (preg_match('/[A-Z]/'))){
    echo 
"<span class='validacion'>el nombre tiene que ser minuscula</span></br>";
    }

    else if(
$_POST['enviar'] and  !$_POST['nombre'] ){
    echo 
"<span class='validacion'>Introduzca un nombre</span></br>";