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

Can I write php in sublime?

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 whether you can use sublime to write php, the article is very detailed, has a certain reference value, interested friends must read it!

Can I write php in sublime?

We can create a build system for PHP in Sublime Text 3 so that we can run it quickly with the Ctrl+B command.

Set the PHP program to the environment variable to execute php in any directory

Enter sysdm.cpl through win+R to open the system properties (you can also right-click on the computer-> Properties-> Advanced system configuration) to select the advanced-> environment variable, and then set the PHP executable path to the environment variable path.

Pay attention to the use of semicolons. Each path is separated by a semicolon. Note that it is an English semicolon, not a Chinese semicolon. Check whether the php command can be used properly:

Create a PHP compilation system

Add the build system of PHP, as shown in the figure, Tools- > Build System- > New Build System:

Create a new one. The default content is:

{"shell_cmd": "make"} is modified to: {"cmd": ["php", "$file"], "file_regex": "php$", "selector": "source.php"}

Just save it in the default directory and change the file name to php.sublime-build.

Restart sublime text and you can compile the .php file with Ctrl+B; test

Just type a few php codes, ctrl+B. The php compilation system sets ok, and php can be compiled normally.

The above is all the contents of the article "can I write php in sublime". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

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