To develop and run PHP web pages, three important software (components) need to be installed on your computer system.
Web Server - PHP can run on almost all Web server software, including Microsoft's Internet Information Server (IIS), but the most commonly used is the free Apache server.
Database - PHP supports almost all database software, including Oracle and Sybase, but the most commonly used is the free MySQL database.
PHP Parser - To process and execute PHP script instructions, a PHP parser must be installed to generate HTML output that can be sent to a web browser.
For the sake of convenience, it is not recommended that beginners download and install these three components separately, but install those integrated software packages. How to explain? Beginners may not fully understand how the above three components work together. In addition, some configurations are required during the software installation process, and the operating system environment and software version may be different for everyone. How can it be smooth? Local configuration via configuration is also a problem. So as a compromise, we choose to install the PHP development integrated environment package.
PHP development integrated environment package, it is recommended to use
PHPstudy.
phpStudy - phpStudy is a program integration package for PHP debugging environment. This package integrates the latest Apache PHP MySQL phpMyAdmin ZendOptimizer, which is a one-time installation and can be used without configuration. It is a very convenient and easy-to-use PHP debugging environment. This program not only includes PHP debugging environment, but also includes development tools, development manuals, etc. Green
environment, you can use it after decompressing it. It is very convenient to switch versions. It should be streamlined, because the software is quite small, and it is easy to use when downloading in a small size.
The above is the detailed content of What software should I download to learn PHP?. For more information, please follow other related articles on the PHP Chinese website!