回答編集履歴

1

誤った回答をしてしまった。

2019/10/10 23:27

投稿

退会済みユーザー
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
 
24
24
 
25
- 2.input type="hidden"を使う
25
+ 2.name="total"をうまく使う
26
26
 
27
27
 
28
28
 
@@ -44,8 +44,12 @@
44
44
 
45
45
 
46
46
 
47
- <input type="text" name="tmpTotal" value="<?php echo ("$total"); ?>">
47
+ <input type="text" name="total" value="<?php echo ("$total"); ?>">
48
48
 
49
49
 
50
50
 
51
51
  ```
52
+
53
+
54
+
55
+ これだと、5回繰り返すっていう判定がないので、totalと同じような作りでカウント処理を入れて判定してください。