Warning: implode() [function.implode]: Invalid arguments passed in xxx on line xx
프로그래밍/php2014. 7. 25. 17:06
Warning: implode() [function.implode]: Invalid arguments passed in xxx on line xx
implode 변수가 넘어갔다..
배열이 아닌걸 자를려고(?) 할때 뜨는거 같네요
implode로 자를 변수를 처음에 $array = array(); 해줍시다
혹은 안에 내용이 잘못들어갔을 경우!
'프로그래밍 > php' 카테고리의 다른 글
[MySQL] select 안에 select. (0) | 2019.12.08 |
---|---|
[APMSetup] 외부접근 허용시키기! (0) | 2015.06.18 |
[APM] 설치 (0) | 2015.06.18 |
parent.document.getElementById / 적용 안되는 경우 (0) | 2015.01.10 |
check the manual that corresponds to your MySQL server version for the right syntax to use near (0) | 2014.07.25 |