추천인에 관하여 도와주세요
https://sir.kr/g4_skin/94537?sfl=mb_id%2C1&stx=jumog">https://sir.kr/g4_skin/94537?sfl=mb_id%2C1&stx=jumog
이것을 g5에 이전하려고 하는데 오류가 생기네요.ㅠㅠ
__________________이분에서 오류생기네요____________________
Parse error: syntax error, unexpected T_STRING in D:\apache\g5\lib\common.lib.php on line 22
// 회원정보에서 가장 추천순번이 낮은 회원 정보를 얻는다.
function get_mb_reclass()
{
global $g5; //오류생김
return sql_fetch("select * from {$g5['member_table']} order by mb_recommend_class desc");
}
// 추천임시테이블에서 회원정보를 가져온다.
function get_tmp_re($mb_id)
{
global $g5;
return sql_fetch("select * from tmp_recommend where re_id = TRIM('$mb_id') order by re_no desc");
}
// 추천임시테이블에서 추천인 정보를 얻는다.
function get_tmp_recommend($mb_id, $fields='*')
{
global $g5;
return sql_fetch("select $fields from tmp_recommend where re_id = TRIM('$mb_id')");
}
// 게시판 테이블에서 하나의 행을 읽음
function get_write($write_table, $wr_id)
{
return sql_fetch(" select * from $write_table where wr_id = '$wr_id' ");
}
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
Expert
8년 전
스트링 오류인데 common.lib.php 22번줄 라인에 문제로 보여지는데요 echo로 찍으며 어느페이지에서 나는지는 모르겠지만 그 문구 반응전에 발생되어 지는 부분을 체크해 보셔야 할듯 합니다.
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인전체 질문 목록
답변대기
답변대기
답변대기
답변대기
답변대기
답변대기
답변대기
답변대기
채택
답변대기
답변대기
답변대기
답변대기
채택
채택
답변대기
답변대기
답변대기
채택