質問編集履歴

1

URLの修正

2018/04/03 10:52

投稿

phpjo
phpjo

スコア15

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  include_once 'rss_utils.inc';
12
12
 
13
- $url = 'https://◯◯◯.xml';
13
+ $url = 'https://example.com/example.xml';
14
14
 
15
15
  $rss = fetch_rss($url); //RSSの内容を取得
16
16