Comparison Among MySQL vs MySQLi vs PDO

MySQL, MySQLi and PDO all are database communication method. Three different method have their own advantage and disadvantages. Among all PDO is being more popular because PDO supports almost all database languages. If you use PDO you can easily switch…