回答編集履歴

1

タイポ

2016/07/05 06:12

投稿

icham
icham

スコア559

test CHANGED
@@ -40,11 +40,11 @@
40
40
 
41
41
  print '<input type="radio" name= "procode" value="' . $product['code'] . '">';
42
42
 
43
- print $producer['name'].' --- ';
43
+ print $product['name'].' --- ';
44
44
 
45
- print $producer['kosuu'].'個';
45
+ print $product['kosuu'].'個';
46
46
 
47
- print $producer['price'].'円';
47
+ print $product['price'].'円';
48
48
 
49
49
  print $producer['address'].' --- ';
50
50