What does php need to install?

05-16-2024

What php needs to install: 1. A Web host that supports PHP and MySQL; 2. Install the Web server on the PC; 3. Install the PHP source code; 4. Install a database, such as MySQL;; 5. Install a PHP code editor, such as PhpStorm.

Php introduction to employment online live class: enter the learning API post = postman+swagger+mock+jmeter super easy-to-use API debugging tool: click to use.

Operating environment of this tutorial: windows7 system, PHP version 8.1 and Dell G3 computer.

What does php need to install?

To start using PHP, you can:

Find a Web host that supports PHP and MySQL.

Install the Web server on your own PC, and then install PHP and MySQL.

Set up PHP on your own PC

However, if your server does not support PHP, you must:

Install a Web server, install a PHP installation database, such as MySQL.

The official PHP website (PHP.net) has PHP installation instructions: http://php.net/manual/en/install.php.

PHP server component

For beginners, it is recommended to use integrated server components, which already include services such as PHP, Apache, Mysql, etc., thus avoiding developers from spending time in the tedious process of configuring the environment.

WampServer

Windows system can use WampServer, download address: http://www.wampserver.com/, support 32-bit and 64-bit systems, and choose the version according to your own system.

WampServer installation is also simple, you just need to keep clicking "Next" to complete the installation.

XAMPP

XAMPP supports Mac OS and Windows systems, and the download address is https://www.apachefriends.org/zh_cn/index.html.

IDE (Integrated Development Environment)

Eclipse for PHP (free)

Eclipse is an open source and extensible development platform based on Java (if JDK is not installed, you need to download it first). In itself, it is just a framework and a set of services for building a development environment through plug-in components. Fortunately, Eclipse comes with a standard set of plug-ins, including the Java Development Kit (JDK).

Windows, Linux and Mac OS platforms are supported.

Eclipse for PHP official download address: http://www.eclipse.org/downloads/packages/eclipse-PHP-developers/Heliosr.

PhpStorm (fee)

PhpStorm is a lightweight and convenient PHP IDE, which aims to provide users with efficiency, deep understanding of users' coding, intelligent code completion, fast navigation and instant error checking.

PhpStorm is very suitable for PHP developers and front-end engineers. Provides functions such as intelligent HTML/CSS/JavaScript/PHP editing, code quality analysis, version control integration (SVN, GIT), debugging and testing.

Windows, Linux and Mac OS platforms are supported.

PhpStorm official download address: http://www.jetbrains.com/phpstorm/download/

Recommended study: PHP video tutorial

Copyright Description:No reproduction without permission。

Knowledge sharing community for developers。

Let more developers benefit from it。

Help developers share knowledge through the Internet。

Follow us