- 1、本文档共11页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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
您可能关注的文档
最近下载
- 2025年生活会对党委书记领导班子及班子成员的批评意见及建议(写稿参考素材).docx VIP
- 2025年生活会对党委书记领导班子批评意见及建议、“四个带头”方面互提意见、存在问题、一对一谈心谈话记录(写稿参考素材)6份.docx VIP
- Danfoss丹佛斯ECL Comfort 310, A333 operating guide 操作指南.pdf
- 五年级班主任工作计划.docx VIP
- 第一课 立足时代 志存高远(必威体育精装版版).pptx
- 一种农业用生物制剂混合装置.pdf VIP
- 二零二四年度农业用生物制剂配方专利转让合同.docx VIP
- 人教版小学五年级下册英语教学设计.pdf VIP
- 重症肺炎护理查房.pptx VIP
- 《教师的情绪管理》课件.pptx VIP
文档评论(0)