Connecting to databases from PHP

PHP is a popular general-purpose scripting language that is especially suited to web development.

Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.

List of Database Extensions: https://www.php.net/manual/en/refs.database.php

DBMS Driver documentation Code example Live example
Oracle Oracle OCI8 Code Execute
Oracle OCI8 Code (XML output) Execute (XML output)
MySQL MySQLi Code Execute
PHP Data Objects (PDO) Code Execute
postgreSQL PostgreSQL Code Execute