質問編集履歴

1

エラーをすべて提示し、テキストの出典を明示しました。

2020/05/02 12:24

投稿

ROM99
ROM99

スコア1

test CHANGED
File without changes
test CHANGED
@@ -6,11 +6,19 @@
6
6
 
7
7
 
8
8
 
9
+ Notice: Undefined index: name in C:\xampp\htdocs\post\join\index.php on line 49
10
+
9
- Notice: Undefined variable: error
11
+ Notice: Undefined variable: error in C:\xampp\htdocs\post\join\index.php on line 50
12
+
10
-
13
+ Notice: Undefined index: email in C:\xampp\htdocs\post\join\index.php on line 56
14
+
11
-
15
+ Notice: Undefined variable: error in C:\xampp\htdocs\post\join\index.php on line 57
16
+
12
-
17
+ Notice: Undefined variable: error in C:\xampp\htdocs\post\join\index.php on line 64
18
+
13
-
19
+ Notice: Undefined variable: error in C:\xampp\htdocs\post\join\index.php on line 67
20
+
21
+ Notice: Undefined variable: error in C:\xampp\htdocs\post\join\index.php on line 73
14
22
 
15
23
 
16
24
 
@@ -182,7 +190,7 @@
182
190
 
183
191
  現在、ハローワークの職業訓練生なのですが、このコロナの影響で学校が閉鎖。
184
192
 
185
- 閉鎖中の課題として、テキストに沿って、このプログラムを書いています。
193
+ 閉鎖中の課題として、テキストに沿って、このプログラムを書いています。
186
194
 
187
195
  本来であれば、訓練校の講師の方に聴くのですが、閉鎖状態が無期限で続くことになり質問もできず。
188
196
 
@@ -191,3 +199,5 @@
191
199
 
192
200
 
193
201
  使用ツール Brackets
202
+
203
+ 出典 よくわかるPHPの教科書【PHP7対応版】著:たにぐちまこと マイナビブックス P.235~253