84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
$status = 0;
$result = '';
$data = $request->param();
I watched the video from the beginning today and checked step by step. It turned out that there was a mistake here
$rule = ['username|username' => 'require','password|password' => 'require ','verify|Verification code' => 'require|captcha'];
The template I downloaded is here
The name attribute here is 'username', and the attribute value in the teacher's template is 'name'. After changing it, there will be no other problems
There are many problems with the courseware in this section
There is nothing in constructing the query conditions and it is still in a place where the verification code cannot be empty
The value of the username was not received. Can you dump the received post data?
This is the same problem
I watched the video from the beginning today and checked step by step. It turned out that there was a mistake here
$rule = [
'username|username' => 'require',
'password|password' => 'require ',
'verify|Verification code' => 'require|captcha'
];
The template I downloaded is here
The name attribute here is 'username', and the attribute value in the teacher's template is 'name'. After changing it, there will be no other problems
There are many problems with the courseware in this section
There is nothing in constructing the query conditions and it is still in a place where the verification code cannot be empty
The value of the username was not received. Can you dump the received post data?
This is the same problem