PHP에서 ajax으로 값을 넘길 때 <b>Notice</b>: Array to string conversion in <b> 이런 에러가나면
배열을 JSON문자열로 변환 해야한다.
json문자열로 변환하는 함수는
json_encode($array)
echo(json_encode($array)); 를 작성해서 잘 넘어가는지 확인한다.
반응형
'Error' 카테고리의 다른 글
[ppt] 파워포인트, 백신 프로그램으로 인해 프레젠테이션을 열 수 없을 때 해결 방법 (1) | 2021.11.06 |
---|---|
remote: Permission to A denied to B (0) | 2021.09.29 |
libpng warning: iccp known incorrect srgb profile 해결 (0) | 2021.09.23 |
laravel Error: To enable extensions, verify that they are enabled in your .ini files 해결 (0) | 2021.07.05 |
python - SQLite objects created in a thread can only be used in that same thread 해결 (0) | 2021.02.22 |
댓글