Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Sublime Text 3 configuration method for executing PHP files

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces Sublime Text 3 implementation PHP file configuration method, has a certain reference value, interested friends can refer to, I hope you read this article after a lot of gains, the following let Xiaobian take you to understand.

Step 1: Configure system variables

Take WAMPSERVER integration package as an example, PHP path is: D:wampbinphpphp7.0.10, as shown below:

Check whether the above configuration is successful, as shown in the following figure:

Step 2: Configure PHP compilation

Open Sublime Text 3, as shown below:

Change default content:

{ Replace "shell_cmd": "make"} with the following: { "cmd": ["php", "$file"], "file_regex": "php$", "selector": "source.php" }

Then save it in the default location, named php.sublime-build

Step 3: Testing

In Sublime Text 3, press CTRL + B to execute the PHP file, as shown below:

Thank you for reading this article carefully, I hope Xiaobian shared "Sublime Text 3 implementation PHP file configuration method" This article is helpful to everyone, but also hope that everyone more support, pay attention to the industry information channel, more relevant knowledge waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report