
03/03/2009, 08:35
|
 | Moderador | | Fecha de Ingreso: abril-2005 Ubicación: In this planet
Mensajes: 15.720
Antigüedad: 20 años Puntos: 839 | |
Respuesta: validación de formulario Documentación: http://www.php.net/manual/es/function.empty.php
En fin:
Código php:
Ver original /* Error, no ingresó el nombre */ } else { /* Nombre rellenado */ }
|