php基础: August 2011 Archives

PHP 简介:什么是PHP

| | Comments (2)
PHP 文件可包含文本、HTML 标签以及脚本。PHP 文件中的脚本可在服务器上执行。

您应当具备的基础知识

在继续学习之前,您需要对下面的知识有基本的了解:

    * HTML / XHTML
    * 基础的脚本知识

如果您希望首先学习这些项目,请在我们的 首页 访问这些教程。

什么是 PHP?

    * PHP 指 PHP:超文本预处理器(译者注:PHP: Hypertext Preprocessor,递归命名)
    * PHP 是一种服务器端的脚本语言,类似 ASP
    * PHP 脚本在服务器上执行
    * PHP 支持很多数据库(MySQL、Informix、Oracle、Sybase、Solid、PostgreSQL、Generic ODBC 等等)
    * PHP 是一个开源的软件(open source software,OSS)
    * PHP 可免费下载使用

About this Archive

This page is a archive of entries in the php基础 category from August 2011.

Find recent content on the main index or look in the archives to find all content.