In this article, we are going to Connect Multiple Databases using PDO in PHP . This is a short article on how to connect multiple databases in the same query using the PDO in MySQL. First, we are going to recall the older mysql_extension on how to create a query connection in multiple databases to MySQL. Query of the older mysql_extension in multiple databases. <?php //Select database one. -...