I am validating a registration with JS.
There's a part like this:
...
if( existUser() ){
alert(' Email já cadastrado.');
}
else // ok , envia formulario !
The function Js that checks whether the user exists, calls a PHP, accesses the...
asked by
26.03.2017 / 18:54