728x90 개발/php17 php JSON_PRETTY_PRINT https://gist.github.com/drazisil/eda9065698dd0beedede#file-pretty-json-php-L46php에서 json을 JSON_PRETTY_PRINT 아주 잘됨 2018. 7. 23. php 변수 전달(js) $str = 'hello';$arr = array('my', 'friend');?> 2018. 7. 21. Cannot use object of type stdClass as array Fatal error: Cannot use object of type stdClass as array in C:\Users\Dail\software\abs.php on line 108 $result['context']; To: $result->context; 2018. 7. 21. php 서버에 json 파일 쓰기 https://code.i-harness.com/ko/q/3bd670 원문을 확인하자 서버에 json 파일을 쓸수 있을 것 같다.. $.ajax({ type : "POST", url : "json.php", dataType : 'json', data : { json : jsonObject } }); 2018. 7. 20. 이전 1 2 3 4 5 다음 728x90