Aaron's Blog logo Aaron's Blog

$special_pattern = “/[`~!@#$%^&* \'";:\/?^=^+_()<>]/”;

if( preg_match($special_pattern, $user_id) ){ $msg = “특수문자는 사용할 수 없습니다.”; echo(“”); exit; }