How to Query IBM i Data with PHP and PDO_ODBC
Of the PHP extensions that can connect to IBM i Db2, PDO_ODBC is the most flexible.
Although the classic extensions (ibm_db2, PDO_IBM) often provide the best performance and integration, PDO_ODBC does have several benefits:
Read more →

