回答編集履歴

3

文の修正

2017/08/30 08:27

投稿

hatimaki
hatimaki

スコア27

test CHANGED
@@ -66,7 +66,9 @@
66
66
 
67
67
  <?php
68
68
 
69
- $syusei=$_POST["syusei"];
69
+   $syusei=$_POST["syusei"];
70
+
71
+ $sentaku=$_POST["all"]; // 追加
70
72
 
71
73
  // $no=$_POST["no"]; 削除
72
74
 

2

本文の修正

2017/08/30 08:27

投稿

hatimaki
hatimaki

スコア27

test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
  $syusei=$_POST["syusei"];
70
70
 
71
- $no=$_POST["no"];
71
+ // $no=$_POST["no"]; 削除
72
72
 
73
73
  $items=Simplexml_load_file("shohin-list.xml");
74
74
 

1

本文の修正

2017/08/30 08:21

投稿

hatimaki
hatimaki

スコア27

test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  print("<option value=$dl->name>$dl->name</option>");
38
38
 
39
- $cnt++;
39
+ // $cnt++; 削除
40
40
 
41
41
  }
42
42