리스트에 여분필드의 것이 출력이 안되요 정보
리스트에 여분필드의 것이 출력이 안되요본문
해당주소입니다.
http://negastudy.co.kr/nb/bbs/board.php?bo_table=04_3&page=&sop=and&sst=wr_1&sod=desc&sfl=&stx=&page=1
입력은 되어서 view에는 확인이 되는데
왜 list에는 출력이 안되는건가요??
http://sir.co.kr/bbs/tb.php/g4_skin/86341/d066a54bb9c1fe5e2fdda59d88e9d1ff
해당 스킨을 사용했구요
간단한거 같은데초보라 도무지 모르겠네요 필드 이런건 잼병이라...
http://negastudy.co.kr/nb/bbs/board.php?bo_table=04_3&page=&sop=and&sst=wr_1&sod=desc&sfl=&stx=&page=1
입력은 되어서 view에는 확인이 되는데
왜 list에는 출력이 안되는건가요??
http://sir.co.kr/bbs/tb.php/g4_skin/86341/d066a54bb9c1fe5e2fdda59d88e9d1ff
해당 스킨을 사용했구요
간단한거 같은데초보라 도무지 모르겠네요 필드 이런건 잼병이라...
댓글 전체
여분필드 쪼갠 부분을 리스트의 출력하고자 하는 테이블 바로 위에 붙여보세요
$ex2_filed = explode("|",$list[$i][wr_2]);
$ext2_00 = $ex2_filed[0];
$ext2_01 = $ex2_filed[1];
$ext2_02 = $ex2_filed[2];
$ext2_03 = $ex2_filed[3];
$ext2_04 = $ex2_filed[4];
$ext2_05 = $ex2_filed[5];
$ext2_06 = $ex2_filed[6];
$ext2_07 = $ex2_filed[7];
$ext2_08 = $ex2_filed[8];
$ext2_09 = $ex2_filed[9];
$ex2_filed = explode("|",$list[$i][wr_2]);
$ext2_00 = $ex2_filed[0];
$ext2_01 = $ex2_filed[1];
$ext2_02 = $ex2_filed[2];
$ext2_03 = $ex2_filed[3];
$ext2_04 = $ex2_filed[4];
$ext2_05 = $ex2_filed[5];
$ext2_06 = $ex2_filed[6];
$ext2_07 = $ex2_filed[7];
$ext2_08 = $ex2_filed[8];
$ext2_09 = $ex2_filed[9];