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

PHP
PHP Libxml
PHP Math
PHP Misc
PHP MySQL
PHP SimpleXML
PHP String
PHP XML
PHP Zip
PHP Mail
用PHP5的DirectoryIterators递归扫描目录
PHP 阻止SQL注入式攻击
PHP5面向对象 - 基础 - 类和对象
PHP5面向对象 - 基础 - 类的属性( public )
PHP5面向对象 - 基础 - 类的属性( private )
PHP5面向对象 - 基础 - 方法
PHP5面向对象 - 基础 - 对象的比较
php5面向对象 - 基础 - 构造函数
php5面向对象 - 基础 - 析构函数
用PHP控制用户的浏览器 - ob*函数的使用
PHP PDO 学习笔记

PHP 安装


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 1609 ::
收藏到网摘: 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

登陆 | 还没注册?