여분필드 이렇게 했는데 리스트에서 안보여지네요..ㅠㅠ > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

여분필드 이렇게 했는데 리스트에서 안보여지네요..ㅠㅠ 정보

여분필드 이렇게 했는데 리스트에서 안보여지네요..ㅠㅠ

본문

<?
$ex10_filed = explode("|",$list[$i][wr_10]);
$ext10_00  = $ex10_filed[0];
$ext10_01  = $ex10_filed[1];
$ext10_02  = $ex10_filed[2];
$ext10_03  = $ex10_filed[3];
$ext10_04  = $ex10_filed[4];
$ext10_05  = $ex10_filed[5];
$ext10_06  = $ex10_filed[6];
$ext10_07  = $ex10_filed[7];
$ext10_08  = $ex10_filed[8];
$ext10_09  = $ex10_filed[9];
$ext10_10  = $ex10_filed[10];
$ext10_11  = $ex10_filed[11];
$ext10_12  = $ex10_filed[12];
$ext10_13  = $ex10_filed[13];
$ext10_14  = $ex10_filed[14];
$ext10_15  = $ex10_filed[15];
?>

상단에 위와같이 적고

보여질 곳에
주소 :<?=$ext10_13?> | 전화번호 : <?=$ext10_00?> - <?=$ext10_01?> - <?=$ext10_02?>
이렇게 적었는데 출력이 안되네요..ㅠㅜ
뭐가 문제일가요?
  • 복사

댓글 전체

<? for ($i=0; $i<count($list); $i++) { ?>
이 아래에
<?
$ex10_filed = explode("|",$list[$i][wr_10]);
$ext10_00  = $ex10_filed[0];
$ext10_01  = $ex10_filed[1];
$ext10_02  = $ex10_filed[2];
$ext10_03  = $ex10_filed[3];
...
이렇게 넣으니 출력이 되네요..
소스를 넣는 위치에 따라 출력이 될 수도 있고 안될수도 있네요..ㅠㅠ
© SIRSOFT
현재 페이지 제일 처음으로