Home >Backend Development >PHP Tutorial >phpstrom 10 cannot use form post to receive data normally
The post in phpstrom version 10 does not work. There is transmission but cannot be received. It is said that the built-in server is relatively simple. How to solve it?
The post in phpstrom version 10 does not work. There is transmission but cannot be received. It is said that the built-in server is relatively simple. How to solve it?
Reference https://www.jetbrains.com/help/phpstorm/2016.1/php-built-in-web-server.html
Add the built-in server first
Then start running
Modify config so that the port number during debugging is also the port number set by the built-in server
The default port number is 63342
Result display: