[g5] 일본휴대폰 검사하기. > 팁앤테크

본문 바로가기

사이트 내 전체검색

뒤로가기 팁앤테크

[g5] 일본휴대폰 검사하기.

본문

 

lib/register.lib.php 

function exist_mb_hp($reg_mb_hp, $reg_mb_id)
{
    global $g5;

    if (!trim($reg_mb_hp)) return "";

    $reg_mb_hp = hyphen_hp_number($reg_mb_hp);

    $sql = "select count(*) as cnt from {$g5['member_table']} where mb_hp = '$reg_mb_hp' and mb_id <> '$reg_mb_id' ";
    $row = sql_fetch($sql);

    if($row['cnt'])
        return " 既に使用中の携帯電話番号です。 ".$reg_mb_hp;
    else
        return "";
}

추천0

댓글목록 0

등록된 댓글이 없습니다.

  • 게시물이 없습니다.
전체 0건 1 페이지
게시물 검색
Copyright (c) 株式会社YHPLUS. All rights reserved.

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒171-0014 東京都豊島区池袋2-41-5 アーバン154 8F
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

PC 버전으로 보기