When accessing a database in PHP we have two choices: MySQLi and PDO So what should you know before choosing one? The differences database support stability and performance concerns will be outlined in this article
Summary
PDO
MySQLi
Database support
12 different drivers
MySQL only
API
OOP
OOP + procedural
Connection
Easy
…..


