回答編集履歴

2

修正

2019/09/06 00:29

投稿

m.ts10806
m.ts10806

スコア80850

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ```php
12
12
 
13
- <iframe src = "<?php echo$row['htps'] ?>"
13
+ <iframe src = "<?php echo $row['htps'] ?>"
14
14
 
15
15
  ```
16
16
 

1

修正

2019/09/06 00:29

投稿

m.ts10806
m.ts10806

スコア80850

test CHANGED
@@ -10,6 +10,14 @@
10
10
 
11
11
  ```php
12
12
 
13
- <iframe src = "<?=$row['htps']?>"
13
+ <iframe src = "<?php echo$row['htps'] ?>"
14
14
 
15
15
  ```
16
+
17
+ または
18
+
19
+ ```php
20
+
21
+ <iframe src = "<?=$row['htps'] ?>"
22
+
23
+ ```