First, let’s introduce LAMP and WAMP.
LAMP: Linux+Apache+MySQL+PHP
WAMP: Windows+Apache+MySQL+PHP
LAMP and WAMP are a common set of tools for building dynamic websites or servers on Linux and Windows systems Open source software.
These software can be installed independently. Some people can install an integrated environment to save trouble. Wampserver is such an integrated software package that provides a web service environment in a windows environment.
Wampserver was developed by the French. The official website is http://www.wampserver.com/ You can choose the 32-bit or 64-bit version according to your needs.
Since the download from the official website is relatively slow, you can choose to download it from other software managers. Here is the 32-bit Wampserver3 Baidu Cloud download address: http://pan.baidu.com/s/1i5RkTPN
There are two points to note during the installation process:
1. Wampserver relies on the VC environment, so Need to install in advance. Here is the 32-bit VC14 Baidu Cloud download address: http://pan.baidu.com/s/1kUYYdZT
2. It is best not to use the default port 80, which can be modified to 8080 or other ports.
If the startup is successful, the Wampserver icon will turn green.
Enter http://localhost:8080/ and you will see the following page proving success.
The above has introduced Wampserver, including aspects of it. I hope it will be helpful to friends who are interested in PHP tutorials.