Php Mysql 简明教程

PHP & MySQL Tutorial

PHP 提供了各种功能来访问 MySQL 数据库并在 MySQL 数据库中操作数据记录。您需要像调用任何其他 PHP 函数一样调用 PHP 函数。

PHP provides various functions to access the MySQL database and to manipulate the data records inside the MySQL database. You would require to call the PHP functions in the same way you call any other PHP function.

Audience

本教程专为需要详细了解 PHP 函数以连接到 MySQL 的 Java 程序员而设计。

This tutorial is designed for Java programmers who would like to understand the PHP functions to connect to MySQL in detail and actual usage.

Prerequisites

继续本教程之前,你应充分理解 PHP 编程语言。由于你将处理 MySQL 数据库,你应提前了解 SQL 和数据库概念。

Before proceeding with this tutorial, you should have a good understanding of PHP programming language. As you are going to deal with MySQL database, you should have prior exposure to SQL and Database concepts.