网络学院

w3pop.com :: 网络学院 :: PHP :: PHP 安装

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

PHP
PHP 介绍
PHP 安装
PHP 语法
PHP 变量
PHP操作符
PHP If...Else
PHP Switch
PHP 数组
PHP 循环
PHP 函数
PHP 表单
PHP $_GET
PHP $_POST
PHP Date
PHP Include
PHP 文件处理
PHP 文件上传
PHP Cookies
PHP Sessions
PHP 发送邮件

PHP 安装


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 修改:2007-10-12 浏览:14789 :: ::

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

评论 (3) 1 All