回答編集履歴

1

ドメインが記載されたままでした

2022/09/15 07:32

投稿

Kanakuwa
Kanakuwa

スコア11

test CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  ```php
13
13
  <?php
14
- $url = "https://tsukushi-fukushi.com/waita/topic/wp/wp-json/wp/v2/posts?_embed&categories=1+23";
14
+ $url = "https://ドメイン名/ファイル名/topic/wp/wp-json/wp/v2/posts?_embed&categories=1+23";
15
15
  $json = file_get_contents($url);
16
16
  $arr = json_decode($json,true);
17
17
  ?>