私人领地

php登录主机机制

注册机制

//用户名需过滤的字符的正则
        $stripChar = '?<*.>\'"';
        if(preg_match('/['.$stripChar.']/is', $name)==1){
            $this->error('用户名中包含'.$stripChar.'等非法字符!');
        }

 

posted @ 2016-10-05 16:11  狂奔的蜗牛Snails  阅读(156)  评论(0编辑  收藏  举报