php environment configuration

PHP Development Tools

In fact, there are many PHP development tools that can be searched on the website. For beginners, there are too many choices and they don’t know how to choose.

This article is based on the window platform and has customized a very easy-to-use development tool for PHP beginners.

PHP development tools actually include the following two:

·       PHP server components.

· PHP IDE (Integrated Development Environment, integrated development environment).

·               MySql management tools

·                                                                       using using  --                                                                                                               ’ s ’ s ’s ’ s ’s ’ s it t . wait.

php Chinese website recommends: WampServer, which is currently the most widely used on the window platform, and the operation is also very simple. WampServer also integrates the PhpMyAdmin database management tool.

Download address: http://www.wampserver.com/en/#download-wrapper

PHP IDE (Integrated Development Environment, integrated development environment)

PHP IDE There are also many such as Zend Studio, Eclipse for PHP, EasyEclipse, etc.

php Chinese website recommendation: easyeclipse for php

Download address: http://www.easyeclipse.org/site/distributions/php.html

MySql Management Tool

Commonly used MySql management tools are: Navicat for Mysql, PhpMyAdmin.

php Chinese website recommendation: Navicat for Mysql, Navicat for MySQL is a set of powerful database management and development tools specially designed for MySQL. It can be used with any MySQL database server 3.21 or above, and supports most of the functions of the latest version of MySQL, including triggers, stored procedures, functions, events, retrieval, permission management, etc.

Download address: http://www.navicat.com.cn/download/navicat-for-mysql

Text Editor

If you are already proficient in PHP syntax, then you can gradually abandon those cumbersome IDEs and use a text editor to write PHP code.

Commonly used editors include: Notepad++, editplus, ultraedit, etc.

php Chinese website recommendation: Notepad++, phpstorm

Download address: http://notepad-plus-plus.org/download/

Download Address: http://www.jetbrains.com/phpstorm/download/#section=windows-version

Continuing Learning
||
<?php echo "Hello World"; ?>
submitReset Code