网络学院 w3pop社区 网络资源 IT新闻

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

PHP
WINDOWS下安装MyS..
PHP 制作 网站/服..
用PHP和CSS制作活..
PHP 单件模式
PHP MVC模式,类..
PHP 中使用正则表..
PHP 防止 SQL 注..
PHP 跨站点脚本攻..
PHP 防止用户操纵..
PHP 防止远程表单..

PHP 安装


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

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