Database Connection


One of the strongest and most significant feature in PHP is it's support for a wide range of databases.   Writing a database-enabled web page is incredibly simple.   

 

The following databases are currently supported:

 

Adabas D

Ingres

Oracle (OCI 7 and OCI 8)

dBase

InterBase

Ovrimos

Empress

mSQL

Solid

PostgreSQL

FilePro(read-only)

Sybase

FrontBase

Hyperwave

Direct MS-SQL

IBM DB2

MySQL 

velocis

Informix

ODBC

Unix dbm


PHP also have a DBX database abstraction extension allowing you to transparently use any database supported by that extension.


Additionally PHP supports ODBC, the Open Database Connection standard, so you can connect to any other database supporting this world standard.