About this document
Using PHP PEAR DB for Database Access by Kannan Kumar is a document available to read on EtoBox.
This document discusses using the PHP PEAR DB module to write PHP scripts that can access different database systems in a portable way. The PEAR DB module provides an abstract interface that hides database specifics, and uses drivers to translate between this abstract interface and the actual database interfaces. This allows scripts to work with different databases just by changing the connection string, without modifying code. The document provides instructions on using PEAR DB to connect to a MySQL databa
- Author
- Kannan Kumar
- Language
- EN