質問編集履歴

3

ソースコードに間違いがあったため修正いたしました

2020/06/19 04:39

投稿

otomodayo
otomodayo

スコア10

test CHANGED
File without changes
test CHANGED
@@ -82,7 +82,7 @@
82
82
 
83
83
 
84
84
 
85
- if(empty($_POST['username']) || empty($_POST['password']) {
85
+ if(empty($_POST['username']) || empty($_POST['password'])) {
86
86
 
87
87
  // パラメーターがありませんと返す処理
88
88
 

2

ソースコードに間違いがあったため修正いたしました

2020/06/19 04:39

投稿

otomodayo
otomodayo

スコア10

test CHANGED
File without changes
test CHANGED
@@ -82,7 +82,7 @@
82
82
 
83
83
 
84
84
 
85
- if(empty($_POST['username'] || empty($_POST['password'] {
85
+ if(empty($_POST['username']) || empty($_POST['password']) {
86
86
 
87
87
  // パラメーターがありませんと返す処理
88
88
 

1

正しいタグを付け直しました

2020/06/19 04:38

投稿

otomodayo
otomodayo

スコア10

test CHANGED
File without changes
test CHANGED
File without changes