Files
firstgarden-web-gnu/skin/member/neo/ajax_mb_id_check.php
2013-01-02 18:49:23 +09:00

5 lines
78 B
PHP

<?
include_once("_common.php");
echo check_mb_id($_POST['reg_mb_id']);
?>