BlaBla.cn

PHP 简介

PHP 是 Hypertext Preprocessor 的缩写,中文解释为“超文本预处理程序”。

以下是 PHP 官方网站 (http://www.php.net/) 对 PHP 语言的定义:

PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.

(http://cn2.php.net/manual/en/faq.general.php#faq.general.what)

PHP 是一种可以内嵌在 HTML 里的脚本语言。它的语法借鉴了 C, Java 和 Perl,同时也自创了一些 PHP 特有的功能。PHP 语言的目的是为了让 Web 程序员能够便捷地编写动态网页。

PHP 是开源和免费的。

Linux + Apache + PHPWindows + IIS + ASP or ASP.net 是当前 Web 动态网页的两大阵营,因为前者的开源和免费,日益受到网站站长和网站开发员的青睐。

PHP 通常搭配 Apache HTTP Server 一起使用,但它也可以和 Windows IIS 一起使用。

注:在此 PHP 入门教程中,为集中学习 PHP,我们不牵涉过多其它技术枝节,比如 Linux。我们假设我们在 Windows XP + Apache HTTP Server + PHP 基础上,学习 PHP 语言。

 
作者或编者:布啦布啦   最近更新日期:2008-05-17
参考来源:www.BlaBla.cn

© 2005-2008 BlaBla.cn 版权所有