plop
This commit is contained in:
parent
d3ce15e2b7
commit
49bea86e83
|
@ -40,18 +40,13 @@ switch($_POST['act']){
|
|||
|| (substr_count('.@',$_POST['email']) > 0)
|
||||
|| (substr_count('@.',$_POST['email']) > 0)
|
||||
|| (substr_count('..',$_POST['email']) > 0)
|
||||
|| (substr_count('.',$_POST['email']) == 1)
|
||||
|| (substr_count('.',$_POST['email']) == 0)
|
||||
){
|
||||
$alerts.="L'email n'est pas valide\n";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if($alerts <>""){
|
||||
echo $alerts;
|
||||
}else{
|
||||
|
|
Loading…
Reference in New Issue
Block a user