回答編集履歴

1

content-typeに誤りがありました。

2016/09/16 06:27

投稿

ShoheiTai
ShoheiTai

スコア897

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```php
6
6
 
7
- header("Content-type: text/html; charset=utf-8");
7
+ header("Content-type: application/json; charset=utf-8");
8
8
 
9
9
  echo json_encode($array);
10
10