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

What are the local servers for PHP

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

Editor to share with you what PHP local servers are, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

Using Wordpress friends will inevitably need to make some personality adjustments to their WP or do a set of personality themes for themselves, there is no problem with general small modifications directly online adjustment, but if you create a set of personality themes for yourself, it is best to choose local debugging, so some PHP debugging software for Windows systems arises at the historic moment.

Wordpress is popular enough, it is a powerful blogging platform written in PHP. It is easy to use it to build a blog platform, and it is a more convenient tool for beginners to build a station. But to really understand the power of Wordpress (hereinafter referred to as WP), plug-ins are indispensable. Generally speaking, it is impossible for us to try a plug-in and upload the file through FTP and then try it on our own website. That is a bit risky. So we need to build a PHP platform on the local computer.

Generally speaking, there are two kinds of local PHP platforms, one is LAMP, that is, Linux+Apache+MySql+PHP;, and the other is WAMP, which is Windows+Apache+MySql+PHP, and the former is generally better than the latter. If we are asked to install Apache+MySql+PHP ourselves, it will be a lot of difficulty, and it will be easy to make mistakes if we change a pile of code. In addition, considering that most of us are using the Windows operating system, and we are Linux-blind, so the local test platforms I provide are all WAMP, which integrate the above functions and can be used after installation.

1. XAMPP (https://www.jb51.net/softs/308.html)

XAMPP is a powerful local testing platform, it integrates three necessary functions, and it also has FileZilla. The software has a control panel in which Apache, MySql and FileZilla can be registered as system services or uninstalled services, there are control buttons to start the service, and the running information of the service can be seen at the bottom of the window. Although the panel is in English, it is easy to understand. One of the advantages of registering as a system service is that the boot can run automatically, but it will consume certain system resources, so it is up to the user to decide. After the installation is successful and the service is started successfully, you can open the browser and type http://localhost/ to see if it is successful. In XAMPP's web page options, there is Chinese support.

2. WampServer (https://www.jb51.net/softs/39117.html)

Its official website does not have Chinese, but the program supports Chinese. After starting the installer, it will prompt you to uninstall the old version first, overlay upgrades are not supported, and then NEXT will be installed all the way. It has an icon in the task tray. If the service starts abnormally, it turns red; if part of it is abnormal, it turns yellow; if everything is normal, it turns white. With these different color alerts, you can easily tell whether your localhost can be opened or not. It can also switch between online and offline states, and simplified Chinese is also available in the classical Chinese items in the options, which is very good.

3. Vertrigo Server (https://www.jb51.net/softs/73466.html)

This is a lightweight WAMP environment, but when you download it, the security component that comes with Thunderbolt says it carries a virus. After my ESS3.0 and use, this is a complete false alarm, so you can rest assured to use it. Just install NEXT all the way, and there is still the original password in PhpMyAdmin, which is vertrigo. It feels that if you test locally, this default is not necessary. It comes with a simple control panel and the running status is clear at a glance.

It is convenient to have common links in its localhost page.

4. PHPNow (https://www.jb51.net/softs/12868.html)

PHPNow is really simple, so simple that the installer is a self-extracting program done with RAR. There are no shortcuts since the release. You must find the folder where the file is stored and run the Init.cmd program to initialize it. Prompt to set the password during the initialization process, because in the CMD command line, only one password input is designed, and there is no password confirmation entry, so please be careful when setting it and don't forget it. It also registers Apache and MySql as services, booting itself.

In the program folder, it also comes with a control panel, but it's CMD, but it's easy to use. It's easier to uninstall, just uninstall the service in the control panel of the software, and then delete the entire folder. So convenient, the picture is simple, you can try it.

5. PHPStudy (https://www.jb51.net/softs/62185.html)

PHPStudy is different, it contains IIS+PHP and Apache+PHP, the software recommended setting is the latter. There are also icons in the task tray, you can open the panel to see the running status of the service, but also very concise.

Open localhost and the standard PHP information interface appears.

6. AppServ (https://www.jb51.net/softs/24445.html)

During the installation of the program, it prompts you to change the default port 80 to the service port, which can avoid conflicts caused by port sharing. There is a password setting prompt, but it is much better than PHPNow, and the software can also set the character set, which defaults to UTF-8. Although the software does not have a control panel, all operations include shortcuts in the start menu, which is of course very convenient to use. The software also comes with a MySql command line terminal.

7. EasyPHP (https://www.jb51.net/softs/73467.html)

The software, like its name, is really EASY! Install NEXT all the way, but Apache and MySql will not be loaded as services, so start it manually each time you use it. The software also comes with a simple control panel, and there is nothing else to say.

If some of these PHP-related services cannot be started, please pay attention to whether port 80 on your machine is occupied (quickly find the local port). General programs, such as Thunderbolt and BT software, will occupy port 80 even if they are not working. So after turning them off, starting PHP-related services and then opening these downloads of software and so on, there will be no such problems as unsuccessful startup of services.

The above is all the contents of the article "what are the PHP local servers?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more 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

Development

Wechat

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

12
Report