네이버에서 검색했을때 이렇게 나옵니다.
네이버에서 검색해서 나오는
18행 $list[$i][file] =get_file($bo_table, $list[$i][wr_id]);
해결방법 부탁드립니다.
답변 1개
넓은마인드
4년 전
Copy
$list[$i]['file'] =get_file($bo_table, $list[$i]['wr_id']);
이렇게 따옴표 처리해주세요
답변을 작성하려면 로그인이 필요합니다.