回答編集履歴

1

コード訂正

2017/02/22 15:18

投稿

seastar3
seastar3

スコア2285

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```php
16
16
 
17
- echo "<img src="http://ドメイン名/img.php?withd=".$width."&height=".$height."//>";
17
+ echo "<img src='http://ドメイン名/img.php?withd=".$width."&height=".$height."'//>";
18
18
 
19
19
 
20
20