回答編集履歴

1

修正

2018/04/05 07:02

投稿

m.ts10806
m.ts10806

スコア80852

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  <p><?php echo $item['volumeInfo']['title']; ?></p>
22
22
 
23
- <input type="hidden" name="title_<?php $number++;?>" value="<?php echo $item['volumeInfo']['title']; ?>">
23
+ <input type="hidden" name="title_<?php echo $number;?>" value="<?php echo $item['volumeInfo']['title']; ?>">
24
24
 
25
25
  <input type="radio" name="isbn" value="<?php echo $number;?>">
26
26