Düzenlemeye Çalıştığım Kod Bu>>
if (@eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email)){
$msg=$msg."Email Id Not Valid, Please Enter The Correct Email Id .
";
$status= "NOTOK";}
Php Uncaught Error - nasıl düzeltebilirim? |
3 Mesajlar | 634 Okunma |
if (@eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email)){
$msg=$msg."Email Id Not Valid, Please Enter The Correct Email Id .
";
$status= "NOTOK";}