当前位置: 首页 > 网络学院 > 服务端脚本教程 > PHP > PHP 安装

PHP
PHP 安全邮件
MySQL 介绍
连接 MySQL
创建 MySQL
MySQL 插入记录
MySQL 选择记录
MySQL Where
MySQL Order By
MySQL 记录更新
MySQL 删除记录
PHP ODBC
XML Expat Parser
XML SimpleXML
PHP 数组参考
PHP Calendar
PHP Date
PHP Directory
PHP Filesystem
PHP FTP
PHP HTTP

PHP 安装


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 1611 ::
收藏到网摘: n/a

What do You Need?
你需要些什么?

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
下载PHP

Download PHP for free here: http://www.php.net/downloads.php
免费下载PHP:http://www.php.net/downloads.php

Download MySQL Database
下载MySQL数据库

Download MySQL for free here: http://www.mysql.com/downloads/index.html
免费下载MySQL数据库:http://www.mysql.com/downloads/index.html

Download Apache Server
下载Apache服务器

Download Apache for free here: http://httpd.apache.org/download.cgi
免费下载Apache服务器:http://httpd.apache.org/download.cgi

评论 (2) 1 All

登陆 | 还没注册?