質問編集履歴

4

2021/12/16 10:41

投稿

chan_maru1018
chan_maru1018

スコア0

test CHANGED
File without changes
test CHANGED
@@ -62,7 +62,7 @@
62
62
 
63
63
  <?php
64
64
 
65
- echo '<a href= "' . $data_url . '>abc</a>';//内容確認用URL
65
+ echo '<a href="'.$data_url.'>abc</a>';//内容確認用URL
66
66
 
67
67
  $json = file_get_contents("$data_url");
68
68
 

3

2021/12/16 10:41

投稿

chan_maru1018
chan_maru1018

スコア0

test CHANGED
File without changes
test CHANGED
@@ -62,7 +62,7 @@
62
62
 
63
63
  <?php
64
64
 
65
- echo '<a href= "' . $data_url . '>abc</a>';
65
+ echo '<a href= "' . $data_url . '>abc</a>';//内容確認用URL
66
66
 
67
67
  $json = file_get_contents("$data_url");
68
68
 

2

2021/12/16 10:39

投稿

chan_maru1018
chan_maru1018

スコア0

test CHANGED
File without changes
test CHANGED
@@ -61,6 +61,8 @@
61
61
  <ul id="insta_list">
62
62
 
63
63
  <?php
64
+
65
+ echo '<a href= "' . $data_url . '>abc</a>';
64
66
 
65
67
  $json = file_get_contents("$data_url");
66
68
 

1

2021/12/16 10:37

投稿

chan_maru1018
chan_maru1018

スコア0

test CHANGED
File without changes
test CHANGED
@@ -59,10 +59,6 @@
59
59
 
60
60
 
61
61
  <ul id="insta_list">
62
-
63
- <?php echo '<a href="' . $data_url . '" target="_brank">aaa</a>';
64
-
65
- echo '<a href="' . $bando . '" target="_brank">bbb</a>'; ?>
66
62
 
67
63
  <?php
68
64