質問編集履歴

3

追加

2019/11/21 07:58

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,10 @@
7
7
  また、$トータルを別のページで表示させたいのですが
8
8
 
9
9
  requireでうまくいきません。
10
+
11
+
12
+
13
+ ```php
10
14
 
11
15
 
12
16
 
@@ -126,6 +130,8 @@
126
130
 
127
131
 
128
132
 
133
+ ```
134
+
129
135
 
130
136
 
131
137
  エラー

2

エラー

2019/11/21 07:58

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -123,3 +123,33 @@
123
123
  <input type="submit" name="colorminus" value="ご案内">
124
124
 
125
125
  </form>
126
+
127
+
128
+
129
+
130
+
131
+ エラー
132
+
133
+
134
+
135
+ Notice: Undefined index: cut in C:\xampp\htdocs\gomi\newfile.php on line 4
136
+
137
+
138
+
139
+ Notice: Undefined index: cutplus in C:\xampp\htdocs\gomi\newfile.php on line 8
140
+
141
+
142
+
143
+ Notice: Undefined index: cutminus in C:\xampp\htdocs\gomi\newfile.php on line 10
144
+
145
+
146
+
147
+ Notice: Undefined index: color in C:\xampp\htdocs\gomi\newfile.php on line 17
148
+
149
+
150
+
151
+ Notice: Undefined index: colorplus in C:\xampp\htdocs\gomi\newfile.php on line 21
152
+
153
+
154
+
155
+ Notice: Undefined index: colorminus in C:\xampp\htdocs\gomi\newfile.php on line 23

1

追加

2019/11/21 07:55

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- ?php
15
+ <?php
16
16
 
17
17
  $cut = 0;
18
18