Everyone knows that php is the simplest language in software technology. Next, we will update an article every week to let everyone better understand php
First of all, to learn php, you must learn to build a php environment. We use wamp. WAMP is a PHP integrated installation environment. In fact, it is a PHP running environment that integrates the four major softwares of Windows, Apache, Mysql and PHP. . Next we learn to build a wamp environment:
1. First download a wamp version,
2. Then install it. The best installation path is the D drive, and a wamp directory will be automatically generated.
3. After the installation is completed, a small green picture will appear in the address bar
If the green color appears after the installation is completed, it means the installation is successful.
The above introduces the establishment of the PHP environment, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.