I pointed the form action of login.html to login.php, and then $name=$_POST['name']; in login.php, but it shows that name is an undefined index. How is this going?
phpcn_u296722017-09-23 10:53:06
I have also encountered this problem, the solution: do not open the webpage from phpstrom, just open it directly with the browser
Andy2017-09-14 09:47:26
First of all, you need to check whether the path to login.php is correct.
Secondly, I didn’t see your submission operation. Please copy the entire code