How to run a PHP project? There are multiple PHP pages in it. Do I need to download tools such as zend studio? Or can I just use the PHP toolbox directly?
I am new to PHP. I have learned PHP from scratch and followed the tutorials to write the code. I just want to know how to run the code after writing it (face covering)
Looking for entry. Take your first step with PHP.
藏色散人2018-12-18 17:01:47
Open the website directory in the PHP toolbox and create a new folder to store your PHP files. Create a local site domain name, then resolve this domain name to your newly created project directory, then open the host file and replace localhost with your domain name. After restarting, you can access this domain name on the browser and run your code...
藏色散人2018-12-18 16:43:33
There is an online editor under the tool column in the PHP toolbox. You can write your PHP code directly in it and run it.
藏色散人2018-12-18 16:37:17
Has the PHP environment been installed? You can use phpstorm to open and run the test
莺2018-12-18 15:49:40
After reading so many learning routes and tutorials, I feel that it is useless... The key is to write it down and not know how to debug it. How can I do it?