모바일 테스트
This commit is contained in:
11
mobile/skin/member/neo/ajax_mb_email_check.php
Normal file
11
mobile/skin/member/neo/ajax_mb_email_check.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?
|
||||
include_once("_common.php");
|
||||
include_once($g4['path'].'/lib/register.lib.php');
|
||||
|
||||
$mb_email = escape_trim($_POST['reg_mb_email']);
|
||||
$mb_id = escape_trim($_POST['reg_mb_id']);
|
||||
|
||||
if ($msg = empty_mb_email($mb_email)) die($msg);
|
||||
if ($msg = valid_mb_email($mb_email)) die($msg);
|
||||
if ($msg = exist_mb_email($mb_email, $mb_id)) die($msg);
|
||||
?>
|
||||
Reference in New Issue
Block a user