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:
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. |

