回答編集履歴

1

訂正

2016/06/27 08:06

投稿

ttyp03
ttyp03

スコア16998

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```PHP
4
4
 
5
- echo "<img src=\"$rest->image_url->shop_image1\" alt=\"サンプル\" width=100 height=100>";
5
+ echo "<img src=\"".$rest->image_url->shop_image1."\" alt=\"サンプル\" width=100 height=100>";
6
6
 
7
7
  ```
8
8