校验email PHP Codeigniter校验用户email地址
PHP Codeigniter校验用户email地址 [代码片段(5行)]
$email = $this->input->post('email') ; if( ! valid_email($email) ) { show_404 ("The email address provided is not a valid email." ) ; }
精彩图集
精彩文章
$email = $this->input->post('email') ; if( ! valid_email($email) ) { show_404 ("The email address provided is not a valid email." ) ; }
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229