文件名称:通过PHP访问MySQL(毕业设计外文翻译)
文件大小:159KB
文件格式:DOC
更新时间:2012-06-05 13:44:43
通过PHP访问MySQL 毕业设计外文翻译 PHP MYSQL
译文: 现在你已经可以熟练地使用MySQL客户端软件来操作数据库里的数据,我们也可以开始学习如何使用PHP来显示和修改数据库里的数据了。PHP有标准的函数用来操作数据库。 . . . . . . 原文: Getting PHP to Talk to MySQl Now that you’re comfortable using the MySQL client tools to manipulate data in the database, you can begin using PHP to display and modify data from the database. PHP has standard functions for working with the database.First, we’re going to discuss PHP’s built-in database functions. We’ll also show you how to use the The PHP Extension and Application Repository (PEAR) database ......