Home  >  Article  >  Backend Development  >  What does php need to install?

What does php need to install?

藏色散人
藏色散人Original
2019-10-10 10:45:233698browse

What does php need to install?

What does php need to be installed?

Using php requires installing a web server such as Apache, and of course PHP, and installing a database such as MySQL.

PHP Installation:

What do you need to do?

In order 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

Use a PHP-enabled web host

If your server supports PHP, you don't need to do anything.

Just create .php files in your web directory and the server will automatically parse them for you.

You don’t need to compile any software, or install additional tools.

Since PHP is free, most web hosts provide support for PHP.

Build PHP on your own PC

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

Install a Web Server

Install PHP

Install database, such as MySQL

For more PHP related knowledge, please visit PHP Chinese website!

The above is the detailed content of What does php need to install?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:what is php tagNext article:what is php tag