PHP使用JDBC连接

I have DBMS called BBJ DBMS. And installed JDBC , connecting to it via Java with no problems. but the thing i need to connect to it using PHP code. and this DBMC has ODBC only for windows. so i have no choice other than JDBC.

What is the most efficient solution for this case ?

Thanks in advance.

JDBC is just for Java (hence the name, Java Database Connectivity)...

Check out MySQLi and PDO for connecting to a database with PHP.