Home >Backend Development >PHP Tutorial >Phpstorm settings
Compile the PHP file
1. file--settings--Project:script_01_02.php (this file name will change according to the situation)--Directories--Add Content Root, add the folder where php is located
2. file--settings- -Languages & Frameworks--PHP:
PHP language level:5.6 (depending on php version)
Interpreter--Select....--Click +--Other local...--
Name: Enter PHP (also It can be another name),
PHP executable: Find the path where PHP.exe is located,
Advanced--Configuration options: You don’t need to enter it
Click Apply--OK
The above introduces the Phpstorm settings, including the relevant aspects. I hope it will be helpful to friends who are interested in PHP tutorials.