个人工具

“沙盒”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
Installation
 
(未显示5个用户的111个中间版本)
第1行: 第1行:
PHP is a general-purpose scripting language suited for Web development. PHP scripts can be embedded into HTML. This section explains how to install and configure PHP in an Ubuntu System with Apache2 and MySQL.
+
[[文件:14.png]]
 
+
This section assumes you have installed and configured Apache2 Web Server and MySQL Database Server. You can refer to the Apache2 and MySQL sections in this document to install and configure Apache2 and MySQL respectively.
+
 
+
=Installation=
+
 
+
PHP is available in Ubuntu Linux. Unlike python and perl, which are installed in the base system, PHP must be added.
+
 
+
To install PHP and the Apache PHP module you can enter the following command at a terminal prompt:
+
 
+
<pre>
+
sudo apt install php libapache2-mod-php
+
</pre>
+

2023年10月22日 (日) 12:07的最新版本

14.png