网站大量收购闲置独家精品文档,联系QQ:2885784924

PHP P rogr amming with MySQL精品管理文档.doc

  1. 1、本文档共11页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PHP Programming with MySQL (second edition) by Don Gosselin, Diana Kokoska, Robert Easterbrooks (ISBN-13: 978-0-5387-4584-0, ISBN-10: 0-5387-4584-3) Reference: /manual/en/langref.php Reference: / Chapter 8: Manipulating MySQL Databases with PHP One of PHP’s greatest strengths is its ability to access and manipulate databases. With its strong support for Open Database Connectivity (ODBC), you can use PHP to gain direct access to any database that is ODBC compliant, including Oracle, Informix, PostgreSQL, and MySQL. PHP also allows you to work directly with different types of databases without going through ODBC. PHP also supports other methods of accessing data sources, including SQLite, database abstraction layer functions, and PEAR DB. SQLite and database abstraction layer functions work with file-based databases instead of server-based databases such as MySQL. The PHP Extension and Application Repository (PEAR) is a library of open source PHP code. One of the most popular PEAR code modules is PEAR DB, which simplifies access between PHP and a database server by providing a generic interface that works with various types of database systems, similar to how ODBC works. Although PEAR DB and ODBC perform similar functions, PEAR DB is designed specifically to work with PHP, whereas ODBC is a more generic protocol used by many programming languages and database management systems. With so many database connectivity options, how do you decide which method to use for accessing databases with PHP? First, you need to select a database management system. You could start with an open source database such as PostgreSQL or MySQL, because they are free and fairly easy to learn. After you select a database, you need to determine whether PHP can access it directly or whether it must go through a layer such as ODBC or PEAR DB. Using ODBC or PEAR DB makes it easier for you to write PHP code that can be used with a variety of databases. However, your PHP script will be faster if

文档评论(0)

allap + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档