For newbies who have just learned PHP, configuring the development environment is quite confusing.
Today we will introduce an integrated development environment that integrates Apache, Mysql, PHP and phpmyadmin under the Windows platform - WampServer. It is easy to use, has a friendly interface and is very convenient to operate. You just need to download it from the official website, and then double-click to install it.
Not only that, it also integrates Xdebug, which greatly facilitates developers’ debugging and tracking.
If you want to install the development environment step by step, it is also beneficial. Provide some reference resources for installation:
Download PHP: http://www.php.net/downloads.php
Download MySQL database: http://www.mysql.com/downloads/
Download Apache Server: http://httpd.apache.org/download.cgi
Installation tutorial: http://www.blabla.cn/php/install_apache_php_index.html.html
Original link: http://woqilin.blogspot. com/2012/09/php.html
Personal homepage: https://plus.google.com/+sherlockwang/posts
The above introduces the one-click installation of the PHP development environment, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.