Aaron's Blog logo Aaron's Blog

if( filter_var($user_email, FILTER_VALIDATE_EMAIL) == “”){ $msg = “Email을 확인해주세요.”; echo(“”); exit; }