|
|
|
14년 전
|
조회 2,289
|
|
|
|
14년 전
|
조회 2,634
|
|
|
|
14년 전
|
조회 1,713
|
|
|
xpem
|
14년 전
|
조회 2,408
|
|
|
|
14년 전
|
조회 1,811
|
|
|
|
14년 전
|
조회 2,536
|
|
|
|
14년 전
|
조회 1,997
|
|
|
|
14년 전
|
조회 2,134
|
|
|
|
14년 전
|
조회 3,540
|
|
|
|
14년 전
|
조회 1,868
|
|
|
|
14년 전
|
조회 1,825
|
|
|
|
14년 전
|
조회 1,853
|
|
|
|
14년 전
|
조회 1,818
|
|
|
|
14년 전
|
조회 2,013
|
|
|
|
15년 전
|
조회 1,769
|
|
|
|
15년 전
|
조회 1,946
|
|
|
|
15년 전
|
조회 1,747
|
|
|
|
15년 전
|
조회 2,011
|
|
|
|
15년 전
|
조회 2,760
|
|
|
|
15년 전
|
조회 1,998
|
|
|
|
15년 전
|
조회 1,990
|
|
|
|
15년 전
|
조회 1,983
|
|
|
|
15년 전
|
조회 2,005
|
|
|
|
15년 전
|
조회 2,033
|
|
|
|
15년 전
|
조회 2,218
|
|
|
|
15년 전
|
조회 1,955
|
|
|
|
15년 전
|
조회 2,007
|
|
|
|
15년 전
|
조회 2,155
|
|
|
|
15년 전
|
조회 2,137
|
|
|
|
15년 전
|
조회 1,816
|
댓글 2개
$member2_sql = " select mb_name from $g4[member_table] where mb_no = 'm_1 필드의 값' ";
$member2_row = sql_fetch($member2_sql);
echo $member2_row[mb_name];
(방법2) 회원테이블에 mb_id를 넣어두시고
lib/common.lib.php 에 있는 get_member 함수를 이용하시면 되구요
$member2 = get_member("m_1 필드의 값","mb_name");
echo $member2[mb_name];
질문이 늦게 봐서 답변이 늦었나요??