Why can't my login.php get data using the post method?
❤非酋
❤非酋 2017-09-13 23:47:42
0
2
1440

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 going1.png2.png?

❤非酋
❤非酋

reply all(2)
phpcn_u29672

I have also encountered this problem, the solution: do not open the webpage from phpstrom, just open it directly with the browser

風之誓言

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template