Create a new php in phpstorm. Open it with a browser to display the web page;
Create a new php with text. Then open it with a browser and it will be the code.
phpstudy doesn’t matter either. Some people say that it is necessary Open it in the environment. Don't know how to do it?
Could you please give me an answer? Mengxin is very grateful (⊙o⊙)…
王林2019-08-20 17:07:29
It is not possible to right-click and open it with a browser like an HTML file. You need to enter localhost/xxx.php or localhost/folder/xxx.php
in the browser address bar.sweet me2019-08-16 15:40:10
The code file to be typed should be placed in the root directory, and then opened on the local server in the browser: localhost+file name