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!