5 lines
78 B
PHP
5 lines
78 B
PHP
<?
|
|
include_once("_common.php");
|
|
|
|
echo check_mb_id($_POST['reg_mb_id']);
|
|
?>
|