当前位置: 首页 > 网络学院 > 服务端脚本教程 > PHP > PHP 安装
This tutorial will not explain how to install PHP, MySQL, or Apache Server.
本篇教程将不会重点解释安装PHP、MySQL以及Apache服务器的具体方法。
If your server supports PHP - you don't need to do anything! You do not need to compile anything or install any extra tools?? - just create some .php files in your web directory - and the server will
parse them for you. Most web hosts offer PHP support.
如果你的服务器支持PHP — 那你就不用再安装其它的工具了 — 你只需要在你的网络文件夹下面建立扩展名为“.php”的文件就可以了 — 服务器将会帮助你们对这些php文件进行解析。决大多数网络主机都支持PHP。
However, if your server does not support PHP, you must install PHP. Below is a link to a good tutorial from PHP.net on how to install PHP5:
如果你的服务器不支持PHP,那你就必须安装PHP。下面的教程来自于php.net官方网站,它将告诉你如何安装PHP5:
http://www.php.net/manual/en/install.php
Download PHP for free here: http://www.php.net/downloads.php
免费下载PHP:http://www.php.net/downloads.php
Download MySQL for free here: http://www.mysql.com/downloads/index.html
免费下载MySQL数据库:http://www.mysql.com/downloads/index.html
Download Apache for free here: http://httpd.apache.org/download.cgi
免费下载Apache服务器:http://httpd.apache.org/download.cgi